You are here: Start » AVL.NET » AVS.Circle3DToCircle2D_AxesPlane Method
AVS.Circle3DToCircle2D_AxesPlane Method
Projects a 3D circle onto a plane defined by coordinate axes.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void Circle3DToCircle2D_AxesPlane ( AvlNet.Circle3D inCircle3D, AvlNet.PlaneType inPlaneType, out AvlNet.Circle2D outCircle2D, NullableValue<AvlNet.Plane3D> outProjectionPlane )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inCircle3D | AvlNet.Circle3D | |||
![]() | inPlaneType | AvlNet.PlaneType | |||
![]() | outCircle2D | AvlNet.Circle2D | |||
![]() | outProjectionPlane | AvlNet.NullableValue<AvlNet.Plane3D> | Plane the input is projected onto. Can be null to skip this parameter calculation. |
Function Overrides
- Circle3DToCircle2D_AxesPlane(Circle3D, PlaneType, Circle2D)
- Circle3DToCircle2D_AxesPlane(Circle3D, PlaneType, Circle2D, Plane3D)


