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

Invoke.ProjectSurfaceOntoPlane

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

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void ProjectSurfaceOntoPlane
(
	Fil.Surface inSurface,
	Fil.Plane3D inPlane,
	bool inUseAbsoluteDistance,
	bool inPreserveOffsetsAndScales,
	Fil.Surface outSurface,
	Optional<Fil.Matrix> outTransform
)

Parameters

Name Type Range Default Description
inSurfaceFil.Surface
inPlaneFil.Plane3D
inUseAbsoluteDistancebool
inPreserveOffsetsAndScalesboolTrueFlag indicating whether to preserve input surface offsets and scales or to adjust them accordingly. Default value: True.
outSurfaceFil.Surface
outTransformFtl.Optional<Fil.Matrix>Matrix of the transform used to compute the output surface; signed distance usage is assumed.

See also