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

IfcArbitraryOpenProfileDef() private méthode

private IfcArbitraryOpenProfileDef ( ) : System
Résultat 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