You are here: Start » FIL.NET » Function Reference » Path » Path Basics » FIL.CreateEllipsePath
Creates a closed path containing elliptical, equidistant points.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void CreateEllipsePath ( FilNet.Point2D inCenter, float inRadiusX, float inRadiusY, int inPointCount, FilNet.Path outPath )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inCenter | FilNet.Point2D | |||
![]() | inRadiusX | float | <0.0f, INF> | ||
![]() | inRadiusY | float | <0.0f, INF> | ||
![]() | inPointCount | int | <2, INF> | 8 | Number of points in the resulting path. Default value: 8. |
![]() | outPath | FilNet.Path | Output path. |