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

IfcCurveSegment2D() protected method

protected IfcCurveSegment2D ( IfcCartesianPoint start, double startDirection, double length ) : System
start IfcCartesianPoint
startDirection double
length double
return System
        protected IfcCurveSegment2D(IfcCartesianPoint start, double startDirection, double length)
            : base(start.mDatabase)
        {
            mStartDirection = startDirection;
            mSegmentLength = length;
        }

Same methods

IfcCurveSegment2D::IfcCurveSegment2D ( ) : System
IfcCurveSegment2D::IfcCurveSegment2D ( DatabaseIfc db, IfcCurveSegment2D p ) : System