You are here: Start » FIL.NET » Function Reference » Geometry 2D » Geometry 2D Basics » FIL.CreateRing

FIL.CreateRing

Creates a ring from an aligned point, inner and outer radius, and angle range.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void CreateRing
(
	FilNet.Point2D inPoint,
	FilNet.Anchor2D inPointAnchor,
	float inInnerRadius,
	float inOuterRadius,
	out FilNet.Ring2D outRing
)

Parameters

Name Type Range Default Description
inPointFilNet.Point2D
inPointAnchorFilNet.Anchor2DMiddleCenterAlignment of the point relatively to the box of the ring outer circle. Default value: MiddleCenter.
inInnerRadiusfloat<0.0f, INF>Inner ring radius.
inOuterRadiusfloat<0.0f, INF>Outer ring radius.
outRingFilNet.Ring2D

See also