You are here: Start » FIL.NET » Function Reference » Surface » Surface Spatial Transforms » 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,
	bool inPreserveOffsetsAndScales,
	FilNet.Surface outSurface,
	FilNet.Matrix outTransform
)

Parameters

Name Type Range Default Description
inSurfaceFilNet.Surface
inPlaneFilNet.Plane3D
inUseAbsoluteDistancebool
inPreserveOffsetsAndScalesboolTrueFlag indicating whether to preserve input surface offsets and scales or to adjust them accordingly. Default value: True.
outSurfaceFilNet.Surface
outTransformFilNet.MatrixMatrix of the transform used to compute the output surface; signed distance usage is assumed.

Hardware Acceleration

This operation supports automatic parallelization for multicore and multiprocessor systems.

Hardware acceleration settings may be manipulated with Settings class.

Errors

List of possible exceptions:

Error type Description
DomainError Indefinite plane on input in ProjectSurfaceOntoPlane.

Function Overrides

See also