You are here: Start » FIL.NET » FIS.CreateCoordinateSystemFromSegment Method
FIS.CreateCoordinateSystemFromSegment Method
Creates a coordinate system with the origin on a given segment.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void CreateCoordinateSystemFromSegment ( FilNet.Segment2D inSegment, float inPointAnchor, float inRelativeAngle, float inScale, float inScaleDivisor, out FilNet.CoordinateSystem2D outCoordinateSystem )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inSegment | FilNet.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 | FilNet.CoordinateSystem2D |