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,
	AvlNet.ValueLimits_f64 inOutputXLimits,
	AvlNet.ValueLimits_f64 inOutputYLimits,
	double inOutputZOffset,
	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.
inOutputXLimitsAvlNet.ValueLimits_f64
inOutputYLimitsAvlNet.ValueLimits_f64
inOutputZOffsetdouble
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