GeometryGym.Ifc.IfcCompositeCurveSegment.IfcCompositeCurveSegment C# (CSharp) Method

IfcCompositeCurveSegment() private method

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
return 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))
        {
        }