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

IfcIndexedPolyCurve() public méthode

public IfcIndexedPolyCurve ( IfcCartesianPointList pl ) : System
pl IfcCartesianPointList
Résultat System
        public IfcIndexedPolyCurve(IfcCartesianPointList pl)
            : base(pl.mDatabase)
        {
            Points = pl;
        }

Same methods

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