Entity.GetAllVertices Method

Gets tesselation vertices of the entity.
Protected Friend Overridable Function GetAllVertices( _ 
ByVal data As TraversalParams, _ 
ByRef vertices As IList(Of Point3D) _ 
) As Boolean
This language is not supported or no code example is available.
internal protected virtual bool GetAllVertices( 
TraversalParams data
out IList<Point3D> vertices 
)
This language is not supported or no code example is available.

Parameters

data
TraversalParams

vertices
IList<Point3D>

Return Value

bool
Remarks
 
The output vertices are used to build ConvexHulls, when Model.ZoomFitMode != zoomFitType.Standard

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition