Brep.ClearVerticesSelection Method

Clears the vertex selection status for a specific instance.
Public Sub ClearVerticesSelection( _ 
ByVal parents As Stack(Of BlockReference) _ 
)
This language is not supported or no code example is available.
public void ClearVerticesSelection( 
Stack<BlockReference> parents 
)
This language is not supported or no code example is available.

Parameters

parents
Stack<BlockReference>

The parents stack that define a nested instance (use null for top-level)

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition