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

IfcBlock() private méthode

private IfcBlock ( DatabaseIfc db, IfcBlock b, DuplicateOptions options ) : System
db DatabaseIfc
b IfcBlock
options DuplicateOptions
Résultat System
		internal IfcBlock(DatabaseIfc db, IfcBlock b, DuplicateOptions options) : base(db, b, options) { mXLength = b.mXLength; mYLength = b.mYLength; mZLength = b.mZLength; }
		public IfcBlock(IfcAxis2Placement3D position, double x,double y, double z) : base(position) { mXLength = x; mYLength = y; mZLength = z; }

Same methods

IfcBlock::IfcBlock ( ) : System
IfcBlock::IfcBlock ( IfcAxis2Placement3D position, double x, double y, double z ) : System
IfcBlock