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

IfcArbitraryClosedProfileDef() public méthode

public IfcArbitraryClosedProfileDef ( string name, IfcBoundedCurve boundedCurve ) : System
name string
boundedCurve IfcBoundedCurve
Résultat System
		public IfcArbitraryClosedProfileDef(string name, IfcBoundedCurve boundedCurve) : base(boundedCurve.mDatabase,name) { mOuterCurve = boundedCurve.mIndex; }//if (string.Compare(getKW, mKW) == 0) mModel.mArbProfiles.Add(this); }

Same methods

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