public static List<FLine> GetLines(
FPath path,
float rotation = 0f
)
Public Shared Function GetLines (
path As FPath,
Optional rotation As Single = 0F
) As List(Of FLine)
No code example is currently available or this language may not be supported.
All of the lines are constructed from common adjoining points, which allows you to move any point in the shape without breaking its connection to either of its lines.