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

IfcBoundingBox() public méthode

public IfcBoundingBox ( IfcCartesianPoint pt, double xdim, double ydim, double zdim ) : System
pt IfcCartesianPoint
xdim double
ydim double
zdim double
Résultat System
		public IfcBoundingBox(IfcCartesianPoint pt, double xdim, double ydim, double zdim) : base(pt.mDatabase)
		{
			mCorner = pt;
			mXDim = xdim;
			mYDim = ydim;
			mZDim = zdim;
		}
	}

Same methods

IfcBoundingBox::IfcBoundingBox ( ) : System
IfcBoundingBox::IfcBoundingBox ( DatabaseIfc db, IfcBoundingBox b, DuplicateOptions options ) : System
IfcBoundingBox