You are here: Start » FIL.NET » Function Reference » Surface » Surface Basics » FIL.ProjectSurfaceOntoAxesPlane
Projects a surface onto one of three axes planes.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void ProjectSurfaceOntoAxesPlane ( FilNet.Surface inSurface, FilNet.PlaneType inAxesPlaneType, double? inOutputXScale, FilNet.ValueLimits_f64 inOutputXLimits, double? inOutputYScale, FilNet.ValueLimits_f64 inOutputYLimits, double inOutputZOffset, double? inOutputZScale, FilNet.ValueLimits_f64 inOutputZLimits, FilNet.PlainType inPointType, FilNet.SurfaceMultipointHeight inMultipointHeight, FilNet.Surface outSurface, NullableValue<double> outMinOutputX, NullableValue<double> outMinOutputY )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inSurface | FilNet.Surface | |||
![]() | inAxesPlaneType | FilNet.PlaneType | XZ | Default value: XZ. | |
![]() | inOutputXScale | double? | <0.000001, INF> | 1.0D | Default value: 1.0D. |
![]() | inOutputXLimits | FilNet.ValueLimits_f64 | |||
![]() | inOutputYScale | double? | <0.000001, INF> | 1.0D | Default value: 1.0D. |
![]() | inOutputYLimits | FilNet.ValueLimits_f64 | |||
![]() | inOutputZOffset | double | |||
![]() | inOutputZScale | double? | <0.000001, INF> | 1.0D | Default value: 1.0D. |
![]() | inOutputZLimits | FilNet.ValueLimits_f64 | |||
![]() | inPointType | FilNet.PlainType | Int16 | Type of single point Z coordinate. Default value: Int16. | |
![]() | inMultipointHeight | FilNet.SurfaceMultipointHeight | Mean | Determines the Z coordinate of a surface point created from more than one point. Default value: Mean. | |
![]() | outSurface | FilNet.Surface | |||
![]() | outMinOutputX | FilNet.NullableValue<double> | Can be null to skip this parameter calculation. | ||
![]() | outMinOutputY | FilNet.NullableValue<double> | Can be null to skip this parameter calculation. |
Function Overrides
- ProjectSurfaceOntoAxesPlane(Surface, PlaneType, ValueLimits_f64, ValueLimits_f64, Double, ValueLimits_f64, PlainType, SurfaceMultipointHeight, Surface)
- ProjectSurfaceOntoAxesPlane(Surface, PlaneType, Nullable<Double>, ValueLimits_f64, Nullable<Double>, ValueLimits_f64, Double, Nullable<Double>, ValueLimits_f64, PlainType, SurfaceMultipointHeight, Surface)
- ProjectSurfaceOntoAxesPlane(Surface, PlaneType, Nullable<Double>, ValueLimits_f64, Nullable<Double>, ValueLimits_f64, Double, Nullable<Double>, ValueLimits_f64, PlainType, SurfaceMultipointHeight, Surface, Double, Double, Region)
- ProjectSurfaceOntoAxesPlane(Surface, PlaneType, Nullable<Double>, ValueLimits_f64, Nullable<Double>, ValueLimits_f64, Double, Nullable<Double>, ValueLimits_f64, PlainType, SurfaceMultipointHeight, Surface, NullableValue<Double>, NullableValue<Double>, Region)