You are here: Start » AVL.NET » AVS.ProjectSurfaceOntoAxesPlane Method

AVS.ProjectSurfaceOntoAxesPlane Method

Projects a surface onto one of three axes planes.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void ProjectSurfaceOntoAxesPlane
(
	AvlNet.Surface inSurface,
	AvlNet.PlaneType inAxesPlaneType,
	double? inOutputXScale,
	AvlNet.ValueLimits_f64 inOutputXLimits,
	double? inOutputYScale,
	AvlNet.ValueLimits_f64 inOutputYLimits,
	double inOutputZOffset,
	double? inOutputZScale,
	AvlNet.ValueLimits_f64 inOutputZLimits,
	AvlNet.PlainType inPointType,
	AvlNet.SurfaceMultipointHeight inMultipointHeight,
	AvlNet.Surface outSurface
)

Parameters

Name Type Range Default Description
inSurfaceAvlNet.Surface
inAxesPlaneTypeAvlNet.PlaneTypeXZDefault value: XZ.
inOutputXScaledouble?<0.000001, INF>1.0DDefault value: 1.0D.
inOutputXLimitsAvlNet.ValueLimits_f64
inOutputYScaledouble?<0.000001, INF>1.0DDefault value: 1.0D.
inOutputYLimitsAvlNet.ValueLimits_f64
inOutputZOffsetdouble
inOutputZScaledouble?<0.000001, INF>1.0DDefault value: 1.0D.
inOutputZLimitsAvlNet.ValueLimits_f64
inPointTypeAvlNet.PlainTypeInt16Type of single point Z coordinate. Default value: Int16.
inMultipointHeightAvlNet.SurfaceMultipointHeightMeanDetermines the Z coordinate of a surface point created from more than one point. Default value: Mean.
outSurfaceAvlNet.Surface

Function Overrides

See also