TrigGetInsideParallelLine(FPoint, FPoint, ArcDirectionEnum, Single) Method
Return the line parallel to the caller's, located to the inside of the
edge.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2414.4032
public static FLine GetInsideParallelLine(
FPoint pointA,
FPoint pointB,
ArcDirectionEnum orientation,
float thickness
)
Public Shared Function GetInsideParallelLine (
pointA As FPoint,
pointB As FPoint,
orientation As ArcDirectionEnum,
thickness As Single
) As FLine
No code example is currently available or this language may not be supported.
- pointA FPoint
-
First point.
- pointB FPoint
-
Second point.
- orientation ArcDirectionEnum
-
Path orientation, relative to a natural arc.
- thickness Single
-
Thickness of the parallel area.
FLine
Reference to a line parallel to and inside of the caller's specified
line, with reference to the specified thickness.