You are here: Start » AVL.NET » Function Reference » Geometry 3D » Geometry 3D Spatial Transforms » AVL.Circle2DToCircle3D_AxesPlane
Projects a 2D circle onto a plane defined by 3D coordinate axes.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
C++
C#
public static void Circle2DToCircle3D_AxesPlane ( AvlNet.Circle2D inCircle2D, AvlNet.PlaneType inPlaneType, float inCoordinateValue, out AvlNet.Circle3D outCircle3D, NullableValue<AvlNet.Plane3D> outProjectionPlane )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inCircle2D | AvlNet.Circle2D | |||
![]() | inPlaneType | AvlNet.PlaneType | |||
![]() | inCoordinateValue | float | Coordinate of the chosen axes plane. | ||
![]() | outCircle3D | AvlNet.Circle3D | |||
![]() | outProjectionPlane | AvlNet.NullableValue<AvlNet.Plane3D> | Plane the input is projected onto. Can be null to skip this parameter calculation. |
Function Overrides
- Circle2DToCircle3D_AxesPlane(Circle2D, PlaneType, Single, Circle3D)
- Circle2DToCircle3D_AxesPlane(Circle2D, PlaneType, Single, Circle3D, Plane3D)


