GeometryGym.Ifc.IfcIndexedPolyCurve.IfcIndexedPolyCurve C# (CSharp) Méthode

IfcIndexedPolyCurve() public méthode

public IfcIndexedPolyCurve ( IfcCartesianPointList pl, List segs ) : System
pl IfcCartesianPointList
segs List
Résultat 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