TrigGetInsideParallelLine(FPoint, FPoint, Single, WindingOrientationEnum, DrawingSpaceEnum) 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,
float thickness,
WindingOrientationEnum orientation,
DrawingSpaceEnum drawingSpace = DrawingSpaceEnum.Display
)
Public Shared Function GetInsideParallelLine (
pointA As FPoint,
pointB As FPoint,
thickness As Single,
orientation As WindingOrientationEnum,
Optional drawingSpace As DrawingSpaceEnum = DrawingSpaceEnum.Display
) As FLine
No code example is currently available or this language may not be supported.
- pointA FPoint
-
First point.
- pointB FPoint
-
Second point.
- thickness Single
-
Thickness of the parallel area.
- orientation WindingOrientationEnum
-
Path orientation, relative to the specified drawing space.
- drawingSpace DrawingSpaceEnum (Optional)
-
Drawing space for which the results are being prepared.
Default = Display.
FLine
Reference to a line parallel to and inside of the caller's specified
line, with reference to the specified thickness.