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

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
inSurfaceFil.Surface
inAxesPlaneTypeFil.PlaneTypeXZDefault value: XZ.
inOutputXScaleFtl.Optional<double><0.000001, INF>1.0DDefault value: 1.0D.
inOutputXLimitsFil.ValueLimits_f64
inOutputYScaleFtl.Optional<double><0.000001, INF>1.0DDefault value: 1.0D.
inOutputYLimitsFil.ValueLimits_f64
inOutputZOffsetdouble
inOutputZScaleFtl.Optional<double><0.000001, INF>1.0DDefault value: 1.0D.
inOutputZLimitsFil.ValueLimits_f64
inPointTypeFil.PlainTypeInt16Type of single point Z coordinate. Default value: Int16.
inMultipointHeightFil.SurfaceMultipointHeightMeanDetermines the Z coordinate of a surface point created from more than one point. Default value: Mean.
outSurfaceFil.Surface
outMinOutputXFtl.Optional<double>
outMinOutputYFtl.Optional<double>
diagSurfaceValidPointsRegionFil.Diagnostic<Fil.Region>Region of locations where the surface points are valid.

See also