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

IfcIndexedPolyCurve() 공개 메소드

public IfcIndexedPolyCurve ( IfcCartesianPointList pl ) : System
pl IfcCartesianPointList
리턴 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