You are here: Start » FIL.NET » FIS.ProjectSurfaceOntoAxesPlane Method

FIS.ProjectSurfaceOntoAxesPlane Method

Projects a surface onto one of three axes planes.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void ProjectSurfaceOntoAxesPlane
(
	FilNet.Surface inSurface,
	FilNet.PlaneType inAxesPlaneType,
	double? inOutputXScale,
	FilNet.ValueLimits_f64 inOutputXLimits,
	double? inOutputYScale,
	FilNet.ValueLimits_f64 inOutputYLimits,
	double inOutputZOffset,
	double? inOutputZScale,
	FilNet.ValueLimits_f64 inOutputZLimits,
	FilNet.PlainType inPointType,
	FilNet.SurfaceMultipointHeight inMultipointHeight,
	FilNet.Surface outSurface,
	NullableValue<double> outMinOutputX,
	NullableValue<double> outMinOutputY
)

Parameters

Name Type Range Default Description
inSurfaceFilNet.Surface
inAxesPlaneTypeFilNet.PlaneTypeXZDefault value: XZ.
inOutputXScaledouble?<0.000001, INF>1.0DDefault value: 1.0D.
inOutputXLimitsFilNet.ValueLimits_f64
inOutputYScaledouble?<0.000001, INF>1.0DDefault value: 1.0D.
inOutputYLimitsFilNet.ValueLimits_f64
inOutputZOffsetdouble
inOutputZScaledouble?<0.000001, INF>1.0DDefault value: 1.0D.
inOutputZLimitsFilNet.ValueLimits_f64
inPointTypeFilNet.PlainTypeInt16Type of single point Z coordinate. Default value: Int16.
inMultipointHeightFilNet.SurfaceMultipointHeightMeanDetermines the Z coordinate of a surface point created from more than one point. Default value: Mean.
outSurfaceFilNet.Surface
outMinOutputXFilNet.NullableValue<double> Can be null to skip this parameter calculation.
outMinOutputYFilNet.NullableValue<double> Can be null to skip this parameter calculation.

Function Overrides

See also