FPathGetVertices Method
Return the collection of vertices on the specified path.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2414.4032
public static List<FPoint> GetVertices(
FPath path,
float rotation = 0f
)
Public Shared Function GetVertices (
path As FPath,
Optional rotation As Single = 0F
) As List(Of FPoint)
No code example is currently available or this language may not be supported.
- path FPath
-
Reference to the path to be inspected.
- rotation Single (Optional)
-
Optional angle of local shape rotatation, in radians.
ListFPoint
Reference to a list of floating-point points representing the vertices
of the area.