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