Converts the vertices of the mesh into a pointset.

Namespace:  ceometric.ComputationalGeometry
Assembly:  ceometric.ComputationalGeometry (in ceometric.ComputationalGeometry.dll) Version: 2.4.0.0 (2.4.0.0)

Syntax

C#
public PointSet ConvertValidVerticesToPointSet()
Visual Basic (Declaration)
Public Function ConvertValidVerticesToPointSet As PointSet
Visual C++
public:
PointSet^ ConvertValidVerticesToPointSet()

Return Value

A pointset.

See Also