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

IfcIndexedPolyCurve() 개인적인 메소드

private IfcIndexedPolyCurve ( DatabaseIfc db, IfcIndexedPolyCurve c ) : System
db DatabaseIfc
c IfcIndexedPolyCurve
리턴 System
        internal IfcIndexedPolyCurve(DatabaseIfc db, IfcIndexedPolyCurve c)
            : base(db, c)
        {
            Points = db.Factory.Duplicate(c.Points) as IfcCartesianPointList; mSegments.AddRange(c.mSegments); mSelfIntersect = c.mSelfIntersect;
        }

Same methods

IfcIndexedPolyCurve::IfcIndexedPolyCurve ( ) : System
IfcIndexedPolyCurve::IfcIndexedPolyCurve ( IfcCartesianPointList pl ) : System
IfcIndexedPolyCurve::IfcIndexedPolyCurve ( IfcCartesianPointList pl, List segs ) : System