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

IfcBlock() private méthode

private IfcBlock ( ) : System
Résultat System
		internal IfcBlock() : base() { }
		internal IfcBlock(DatabaseIfc db, IfcBlock b, DuplicateOptions options) : base(db, b, options) { mXLength = b.mXLength; mYLength = b.mYLength; mZLength = b.mZLength; }

Same methods

IfcBlock::IfcBlock ( DatabaseIfc db, IfcBlock b, DuplicateOptions options ) : System
IfcBlock::IfcBlock ( IfcAxis2Placement3D position, double x, double y, double z ) : System
IfcBlock