ProjectPointOrthogonal
Converts a point through a simple orthogonal projection, parallel to the Z axis.
Syntax
C++
C#
Python
def ProjectPointOrthogonal(
inPoint3D: Point3D,
inCenter: Point2D,
/
)
-> outPoint2D: Point2D
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inPoint3D | Point3D | ||
![]() |
inCenter | Point2D | Center of projection, i.e. the target for projected points (0, 0, z) | |
![]() |
outPoint2D | Point2D |


