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

IfcArbitraryClosedProfileDef() private méthode

private IfcArbitraryClosedProfileDef ( DatabaseIfc db, IfcArbitraryClosedProfileDef p ) : System
db DatabaseIfc
p IfcArbitraryClosedProfileDef
Résultat System
		internal IfcArbitraryClosedProfileDef(DatabaseIfc db, IfcArbitraryClosedProfileDef p) : base(db, p) { OuterCurve = db.Factory.Duplicate(p.OuterCurve) as IfcBoundedCurve; }
		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 ( string name, IfcBoundedCurve boundedCurve ) : System