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

IfcBoundingBox() private méthode

private IfcBoundingBox ( DatabaseIfc db, IfcBoundingBox b, DuplicateOptions options ) : System
db DatabaseIfc
b IfcBoundingBox
options DuplicateOptions
Résultat System
		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; }
		public IfcBoundingBox(IfcCartesianPoint pt, double xdim, double ydim, double zdim) : base(pt.mDatabase)

Same methods

IfcBoundingBox::IfcBoundingBox ( ) : System
IfcBoundingBox::IfcBoundingBox ( IfcCartesianPoint pt, double xdim, double ydim, double zdim ) : System
IfcBoundingBox