Click or drag to resize

PolyederAddVertex Method (Point)

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

Adds the vertices to the polyeder and return their indexes.

Namespace:  Infrastructure.Geometry
Assembly:  Infrastructure.Geometry (in Infrastructure.Geometry.dll) Version: 1.13.0+Branch.master.Sha.d583fc64569355d188a9c0818d257b6d0d3e1339
Syntax
C#
public IReadOnlyList<int> AddVertex(
	params Point[] vertices
)

Parameters

vertices
Type: Infrastructure.GeometryPoint
The vertices to add to the polyeder

Return Value

Type: IReadOnlyListInt32
The 0-based indexes of the newly added vertices
See Also