GeometryGym.Ifc.IfcBoundingBox.IfcBoundingBox C# (CSharp) Méthode

IfcBoundingBox() private méthode

private IfcBoundingBox ( ) : System
Résultat System
		internal IfcBoundingBox() : base() { }
		internal IfcBoundingBox(DatabaseIfc db, IfcBoundingBox b, DuplicateOptions options) : base(db, b, options) { Corner = db.Factory.Duplicate(b.Corner) as IfcCartesianPoint; mXDim = b.mXDim; mYDim = b.mYDim; mZDim = b.mZDim; }

Same methods

IfcBoundingBox::IfcBoundingBox ( DatabaseIfc db, IfcBoundingBox b, DuplicateOptions options ) : System
IfcBoundingBox::IfcBoundingBox ( IfcCartesianPoint pt, double xdim, double ydim, double zdim ) : System
IfcBoundingBox