You are here: Start » AVL.NET » Invoke.ProjectSurfaceOntoAxesPlane

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
inSurfaceAvl.Surface
inAxesPlaneTypeAvl.PlaneTypeXZDefault value: XZ.
inOutputXScaleAtl.Optional<double><0.000001, INF>1.0DDefault value: 1.0D.
inOutputXLimitsAvl.ValueLimits_f64
inOutputYScaleAtl.Optional<double><0.000001, INF>1.0DDefault value: 1.0D.
inOutputYLimitsAvl.ValueLimits_f64
inOutputZOffsetdouble
inOutputZScaleAtl.Optional<double><0.000001, INF>1.0DDefault value: 1.0D.
inOutputZLimitsAvl.ValueLimits_f64
inPointTypeAvl.PlainTypeInt16Type of single point Z coordinate. Default value: Int16.
inMultipointHeightAvl.SurfaceMultipointHeightMeanDetermines the Z coordinate of a surface point created from more than one point. Default value: Mean.
outSurfaceAvl.Surface
outMinOutputXAtl.Optional<double>
outMinOutputYAtl.Optional<double>
diagSurfaceValidPointsRegionAvl.Diagnostic<Avl.Region>Region of locations where the surface points are valid.

See also