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

IfcArbitraryOpenProfileDef() public méthode

public IfcArbitraryOpenProfileDef ( string name, IfcBoundedCurve boundedCurve ) : System
name string
boundedCurve IfcBoundedCurve
Résultat System
		public IfcArbitraryOpenProfileDef(string name, IfcBoundedCurve boundedCurve) : base(boundedCurve.mDatabase,name) { mCurve = boundedCurve.mIndex; }
		

Same methods

IfcArbitraryOpenProfileDef::IfcArbitraryOpenProfileDef ( ) : System
IfcArbitraryOpenProfileDef::IfcArbitraryOpenProfileDef ( DatabaseIfc db, IfcArbitraryOpenProfileDef p ) : System