You are here: Start » FIL.NET » FIS.CreateRing Method
FIS.CreateRing Method
Creates a ring from an aligned point, inner and outer radius, and angle range.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void CreateRing ( FilNet.Point2D inPoint, FilNet.Anchor2D inPointAnchor, float inInnerRadius, float inOuterRadius, out FilNet.Ring2D outRing )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPoint | FilNet.Point2D | |||
![]() | inPointAnchor | FilNet.Anchor2D | MiddleCenter | Alignment of the point relatively to the box of the ring outer circle. Default value: MiddleCenter. | |
![]() | inInnerRadius | float | <0.0f, INF> | Inner ring radius. | |
![]() | inOuterRadius | float | <0.0f, INF> | Outer ring radius. | |
![]() | outRing | FilNet.Ring2D |