MeshVertexListRemove Method (Int32, Boolean) |
Removes the vertex at the given index and all faces that reference that index.
Namespace:
Rhino.Geometry.Collections
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax public bool Remove(
int index,
bool shrinkFaces
)
Public Function Remove (
index As Integer,
shrinkFaces As Boolean
) As Boolean
Parameters
- index
- Type: SystemInt32
Index of vertex to remove. - shrinkFaces
- Type: SystemBoolean
If true, quads that reference the deleted vertex will be converted to triangles.
Return Value
Type:
Booleantrue on success, false on failure.
See Also