Circle3DToCircle2D_AxesPlane
Projects a 3D circle onto a plane defined by coordinate axes.
Syntax
C++
C#
Python
def Circle3DToCircle2D_AxesPlane( inCircle3D: Circle3D, inPlaneType: PlaneType, /, *, outProjectionPlane: Plane3D | None = None ) -> outCircle2D: Circle2D
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inCircle3D | Circle3D | ||
![]() |
inPlaneType | PlaneType | ||
![]() |
outCircle2D | Circle2D | ||
![]() |
outProjectionPlane | Plane3D | None | None | Plane the input is projected onto |


