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

IfcExtrudedAreaSolid() public méthode

public IfcExtrudedAreaSolid ( IfcProfileDef prof, IfcAxis2Placement3D position, IfcDirection dir, double depth ) : System
prof IfcProfileDef
position IfcAxis2Placement3D
dir IfcDirection
depth double
Résultat System
		public IfcExtrudedAreaSolid(IfcProfileDef prof, IfcAxis2Placement3D position, IfcDirection dir, double depth) : base(prof, position) { mExtrudedDirection = dir.mIndex; mDepth = depth; }
		internal static IfcExtrudedAreaSolid Parse(string str) { IfcExtrudedAreaSolid e = new IfcExtrudedAreaSolid(); int pos = 0; e.Parse(str, ref pos, str.Length); return e; }

Same methods

IfcExtrudedAreaSolid::IfcExtrudedAreaSolid ( ) : System
IfcExtrudedAreaSolid::IfcExtrudedAreaSolid ( DatabaseIfc db, IfcExtrudedAreaSolid e ) : 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