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

IfcExtrudedAreaSolid() private méthode

private IfcExtrudedAreaSolid ( ) : System
Résultat System
		internal IfcExtrudedAreaSolid() : base() { }
		internal IfcExtrudedAreaSolid(DatabaseIfc db, IfcExtrudedAreaSolid e) : base(db, e) { ExtrudedDirection = db.Factory.Duplicate(e.ExtrudedDirection) as IfcDirection; mDepth = e.mDepth; }

Same methods

IfcExtrudedAreaSolid::IfcExtrudedAreaSolid ( DatabaseIfc db, IfcExtrudedAreaSolid e ) : System
IfcExtrudedAreaSolid::IfcExtrudedAreaSolid ( IfcProfileDef prof, IfcAxis2Placement3D position, IfcDirection dir, double depth ) : System
IfcExtrudedAreaSolid::IfcExtrudedAreaSolid ( IfcProfileDef prof, IfcAxis2Placement3D position, double depth ) : System
IfcExtrudedAreaSolid::IfcExtrudedAreaSolid ( IfcProfileDef prof, IfcDirection dir, double depth ) : System
IfcExtrudedAreaSolid::IfcExtrudedAreaSolid ( IfcProfileDef prof, double depth ) : System