You are here: Start » AVL.NET » AVL.ProjectSurfaceOntoPlane

AVL.ProjectSurfaceOntoPlane

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

C++
C#
 
public static void ProjectSurfaceOntoPlane
(
	AvlNet.Surface inSurface,
	AvlNet.Plane3D inPlane,
	bool inUseAbsoluteDistance,
	AvlNet.Surface outSurface
)

Parameters

Name Type Range Default Description
inSurfaceAvlNet.Surface
inPlaneAvlNet.Plane3D
inUseAbsoluteDistancebool
outSurfaceAvlNet.Surface

See also