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

IfcArbitraryClosedProfileDef() private méthode

private IfcArbitraryClosedProfileDef ( ) : System
Résultat System
		internal IfcArbitraryClosedProfileDef() : base() { }
		internal IfcArbitraryClosedProfileDef(DatabaseIfc db, IfcArbitraryClosedProfileDef p) : base(db, p) { OuterCurve = db.Factory.Duplicate(p.OuterCurve) as IfcBoundedCurve; }

Same methods

IfcArbitraryClosedProfileDef::IfcArbitraryClosedProfileDef ( DatabaseIfc db, IfcArbitraryClosedProfileDef p ) : System
IfcArbitraryClosedProfileDef::IfcArbitraryClosedProfileDef ( string name, IfcBoundedCurve boundedCurve ) : System