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

IfcIndexedPolyCurve() 공개 메소드

public IfcIndexedPolyCurve ( IfcCartesianPointList pl, List segs ) : System
pl IfcCartesianPointList
segs List
리턴 System
        public IfcIndexedPolyCurve(IfcCartesianPointList pl, List<IfcSegmentIndexSelect> segs)
            : this(pl)
        {
            Segments = segs;
        }

Same methods

IfcIndexedPolyCurve::IfcIndexedPolyCurve ( ) : System
IfcIndexedPolyCurve::IfcIndexedPolyCurve ( DatabaseIfc db, IfcIndexedPolyCurve c ) : System
IfcIndexedPolyCurve::IfcIndexedPolyCurve ( IfcCartesianPointList pl ) : System