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

IfcCurveSegment2D() protected method

protected IfcCurveSegment2D ( DatabaseIfc db, IfcCurveSegment2D p ) : System
db DatabaseIfc
p IfcCurveSegment2D
return System
        protected IfcCurveSegment2D(DatabaseIfc db, IfcCurveSegment2D p)
            : base(db,p)
        {
            StartPoint = db.Factory.Duplicate( p.StartPoint) as IfcCartesianPoint; mStartDirection = p.mStartDirection; mSegmentLength = p.mSegmentLength;
        }

Same methods

IfcCurveSegment2D::IfcCurveSegment2D ( ) : System
IfcCurveSegment2D::IfcCurveSegment2D ( IfcCartesianPoint start, double startDirection, double length ) : System