You are here: Start » FIL.NET » Invoke.CreateCoordinateSystemFromSegment
Creates a coordinate system with the origin on a given segment.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void CreateCoordinateSystemFromSegment ( Fil.Segment2D inSegment, float inPointAnchor, float inRelativeAngle, float inScale, float inScaleDivisor, out Fil.CoordinateSystem2D outCoordinateSystem )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inSegment | Fil.Segment2D | |||
![]() | inPointAnchor | float | <-1.0f, 1.0f> | 0.0f | Default value: 0.0f. |
![]() | inRelativeAngle | float | |||
![]() | inScale | float | <0.001f, INF> | 1.0f | Default value: 1.0f. |
![]() | inScaleDivisor | float | <0.001f, INF> | 1.0f | Default value: 1.0f. |
![]() | outCoordinateSystem | Fil.CoordinateSystem2D |