PolyederAddVertex Method |
[This is preliminary documentation and is subject to change.]
Name | Description | |
---|---|---|
AddVertex(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.
| |
AddVertex(Point) |
Adds the vertices to the polyeder and return their indexes.
| |
AddVertex(Double, Double, Double) |
Adds a new vertex to the polyeder, using the provided x, y and z values expressed in meters.
| |
AddVertex(Length, Length, Length) |
Adds a new vertex to the polyeder, using the provided x, y and z values.
|