You are here: Start » FIL.NET » Invoke.ProjectSurfaceOntoAxesPlane
Projects a surface onto one of three axes planes.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void ProjectSurfaceOntoAxesPlane ( Fil.Surface inSurface, Fil.PlaneType inAxesPlaneType, Optional<double> inOutputXScale, Fil.ValueLimits_f64 inOutputXLimits, Optional<double> inOutputYScale, Fil.ValueLimits_f64 inOutputYLimits, double inOutputZOffset, Optional<double> inOutputZScale, Fil.ValueLimits_f64 inOutputZLimits, Fil.PlainType inPointType, Fil.SurfaceMultipointHeight inMultipointHeight, Fil.Surface outSurface, Optional<double> outMinOutputX, Optional<double> outMinOutputY, Diagnostic<Fil.Region> diagSurfaceValidPointsRegion )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inSurface | Fil.Surface | |||
![]() | inAxesPlaneType | Fil.PlaneType | XZ | Default value: XZ. | |
![]() | inOutputXScale | Ftl.Optional<double> | <0.000001, INF> | 1.0D | Default value: 1.0D. |
![]() | inOutputXLimits | Fil.ValueLimits_f64 | |||
![]() | inOutputYScale | Ftl.Optional<double> | <0.000001, INF> | 1.0D | Default value: 1.0D. |
![]() | inOutputYLimits | Fil.ValueLimits_f64 | |||
![]() | inOutputZOffset | double | |||
![]() | inOutputZScale | Ftl.Optional<double> | <0.000001, INF> | 1.0D | Default value: 1.0D. |
![]() | inOutputZLimits | Fil.ValueLimits_f64 | |||
![]() | inPointType | Fil.PlainType | Int16 | Type of single point Z coordinate. Default value: Int16. | |
![]() | inMultipointHeight | Fil.SurfaceMultipointHeight | Mean | Determines the Z coordinate of a surface point created from more than one point. Default value: Mean. | |
![]() | outSurface | Fil.Surface | |||
![]() | outMinOutputX | Ftl.Optional<double> | |||
![]() | outMinOutputY | Ftl.Optional<double> | |||
![]() | diagSurfaceValidPointsRegion | Fil.Diagnostic<Fil.Region> | Region of locations where the surface points are valid. |