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

FIL.ProjectSurfaceOntoPlane

Projects a surface on another plane, replacing Z coordinate of a point with its distance from a given plane.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inSurfaceFilNet.Surface
inPlaneFilNet.Plane3D
inUseAbsoluteDistancebool
outSurfaceFilNet.Surface

See also