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 | |
---|---|---|---|---|---|
![]() | inSurface | FilNet.Surface | |||
![]() | inPlane | FilNet.Plane3D | |||
![]() | inUseAbsoluteDistance | bool | |||
![]() | inPreserveOffsetsAndScales | bool | True | Flag indicating whether to preserve input surface offsets and scales or to adjust them accordingly. Default value: True. | |
![]() | outSurface | FilNet.Surface |
Function Overrides
- ProjectSurfaceOntoPlane(Surface, Plane3D, Boolean, Boolean, Surface, Matrix)
- ProjectSurfaceOntoPlane(Surface, Plane3D, Boolean, Boolean, Surface, NullableRef<Matrix>)