Point3dList Constructor

Point3dList Constructor

Overload List
  NameDescription
Public methodPoint3dList
Initializes a new empty list with default capacity.
Public methodCode examplePoint3dList(Int32)
Initializes a new point list with a preallocated initial capacity.
Public methodPoint3dList(Point3d)
Constructs a new point list from values in a point array.
Public methodPoint3dList(IEnumerablePoint3d)
Initializes a new point list by copying the values from another set.
Top
See Also