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

IfcExtrudedAreaSolid() public method

public IfcExtrudedAreaSolid ( IfcProfileDef prof, double depth ) : System
prof IfcProfileDef
depth double
return System
		public IfcExtrudedAreaSolid(IfcProfileDef prof, double depth) : base(prof) { ExtrudedDirection = mDatabase.Factory.ZAxis; mDepth = depth; }
		public IfcExtrudedAreaSolid(IfcProfileDef prof, IfcDirection dir, double depth) : base(prof) { mExtrudedDirection = dir.mIndex; mDepth = depth; }

Same methods

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