FAreaGetVertices Method
Return the vertices of the area.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2414.4032
public static List<FPoint> GetVertices(
FArea area,
float rotation = 0f
)
Public Shared Function GetVertices (
area As FArea,
Optional rotation As Single = 0F
) As List(Of FPoint)
No code example is currently available or this language may not be supported.
- area FArea
-
Reference to the area whose vertices will 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.