GeometryGym.Ifc.IfcArbitraryOpenProfileDef.IfcArbitraryOpenProfileDef C# (CSharp) Метод

IfcArbitraryOpenProfileDef() приватный Метод

private IfcArbitraryOpenProfileDef ( ) : System
Результат System
		internal IfcArbitraryOpenProfileDef() : base() { }
		internal IfcArbitraryOpenProfileDef(DatabaseIfc db, IfcArbitraryOpenProfileDef p) : base(db, p) { Curve = db.Factory.Duplicate(p.Curve) as IfcBoundedCurve; }

Same methods

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