SplinePolygonalVertexes Method
|
Converts the spline in a list of vertexes.
Namespace:
DXFReaderNET.Entities
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public List<Vector3> PolygonalVertexes(
int precision
)
Public Function PolygonalVertexes (
precision As Integer
) As List(Of Vector3)
public:
List<Vector3>^ PolygonalVertexes(
int precision
)
member PolygonalVertexes :
precision : int -> List<Vector3>
METHOD PolygonalVertexes(
precision AS LONG
) AS List<Vector3>
Parameters
- precision
- Type: SystemInt32
Number of vertexes generated.
Return Value
Type:
ListVector3A list vertexes that represents the spline.
See Also