Click or drag to resize

PolyederAddVertex Method

[This is preliminary documentation and is subject to change.]

Overload List
  NameDescription
Public methodAddVertex(Point)
Adds a new vertex to the polyeder, defined by the provided point If a vertex already exists in that position, nothing is added and the index of the existing vertex is returned.
Public methodAddVertex(Point)
Adds the vertices to the polyeder and return their indexes.
Public methodAddVertex(Double, Double, Double)
Adds a new vertex to the polyeder, using the provided x, y and z values expressed in meters.
Public methodAddVertex(Length, Length, Length)
Adds a new vertex to the polyeder, using the provided x, y and z values.
Top
See Also