You are here: Start » FIL.NET » 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 | |
---|---|---|---|---|---|
![]() | inSurface | FilNet.Surface | |||
![]() | inPlane | FilNet.Plane3D | |||
![]() | inUseAbsoluteDistance | bool | |||
![]() | outSurface | FilNet.Surface |