GeometryGym.Ifc.IfcExtrudedAreaSolid.IfcExtrudedAreaSolid C# (CSharp) Method

IfcExtrudedAreaSolid() private method

private IfcExtrudedAreaSolid ( DatabaseIfc db, IfcExtrudedAreaSolid e ) : System
db DatabaseIfc
e IfcExtrudedAreaSolid
return System
		internal IfcExtrudedAreaSolid(DatabaseIfc db, IfcExtrudedAreaSolid e) : base(db, e) { ExtrudedDirection = db.Factory.Duplicate(e.ExtrudedDirection) as IfcDirection; mDepth = e.mDepth; }
		public IfcExtrudedAreaSolid(IfcProfileDef prof, double depth) : base(prof) { ExtrudedDirection = mDatabase.Factory.ZAxis; mDepth = depth; }

Same methods

IfcExtrudedAreaSolid::IfcExtrudedAreaSolid ( ) : 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