GeometryGym.Ifc.IfcCompositeCurveSegment.IfcCompositeCurveSegment C# (CSharp) 메소드

IfcCompositeCurveSegment() 개인적인 메소드

private IfcCompositeCurveSegment ( DatabaseIfc db, Curve c, bool sense, IfcTransitionCode tc, bool twoD, IfcCartesianPoint optStrt, IfcCartesianPoint &end ) : System
db DatabaseIfc
c Curve
sense bool
tc IfcTransitionCode
twoD bool
optStrt IfcCartesianPoint
end IfcCartesianPoint
리턴 System
        internal IfcCompositeCurveSegment(DatabaseIfc db, Curve c, bool sense, IfcTransitionCode tc, bool twoD, IfcCartesianPoint optStrt, out IfcCartesianPoint end)
            : this(tc, sense, IfcBoundedCurve.convCurve(db, c, optStrt, twoD, out end))
        {
        }