You are here: Start » AVL.NET » AVL.ProjectSurfaceOntoPlane Method
AVL.ProjectSurfaceOntoPlane Method
Projects a surface on another plane, replacing Z coordinate of a point with its distance from a given plane.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void ProjectSurfaceOntoPlane( AvlNet.Surface inSurface, AvlNet.Plane3D inPlane, bool inUseAbsoluteDistance, out AvlNet.Surface outSurface )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inSurface | AvlNet.Surface | |||
![]() | inPlane | AvlNet.Plane3D | |||
![]() | inUseAbsoluteDistance | bool | |||
![]() | outSurface | AvlNet.Surface |


