FLineGetLine Method
Return a rotated version of the supplied line.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2414.4032
public static FLine GetLine(
FLine line,
float rotation = 0f
)
Public Shared Function GetLine (
line As FLine,
Optional rotation As Single = 0F
) As FLine
No code example is currently available or this language may not be supported.
- line FLine
-
Reference to the line to be rotated.
- rotation Single (Optional)
-
Optional angle of local shape rotatation, in radians.
FLine
Reference to the representation of the caller's line, rotated to the
specified rotation.