FastPointCloud.GetAllVertices Method

Gets tessellation vertices of the entity.
Protected Friend Overrides 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 override bool GetAllVertices( 
TraversalParams data
out IList<Point3D> vertices 
)
This language is not supported or no code example is available.

Parameters

data
TraversalParams

<default>

vertices
IList<Point3D>

<default>

Return Value

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

.NET Framework

Supported in: 4.8

In this article

Definition