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

FIS.ProjectSurfaceOntoPlane Method

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

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

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

Function Overrides

See also