FPathGetLines Method

Return a collection of lines representing the supplied path.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2414.4032
C#
public static List<FLine> GetLines(
	FPath path,
	float rotation = 0f
)

Parameters

path  FPath
Reference to the path to be represented.
rotation  Single  (Optional)
Optional angle of local shape rotatation, in radians.

Return Value

ListFLine
Reference to a collection of lines representing the provided path.

Remarks

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.

See Also