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