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

FIS.ArrangePoint3DGrid Method

Creates a surface structure from Point3DGrid taking into account X and Y coordinates.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void ArrangePoint3DGrid
(
	FilNet.Point3DGrid inPoint3DGrid,
	double? inMinX,
	double? inMaxX,
	double inXScale,
	double? inMinY,
	double? inMaxY,
	double inYScale,
	double inZOffset,
	double inZScale,
	FilNet.PlainType inPointType,
	FilNet.SurfaceMultipointHeight inMultipointHeight,
	FilNet.Surface outSurface,
	out double outMinX,
	out double outMinY,
	FilNet.Region diagSurfaceValidPointsRegion
)

Parameters

Name Type Range Default Description
inPoint3DGridFilNet.Point3DGrid
inMinXdouble?
inMaxXdouble?
inXScaledouble<0.000001, INF>1.0DDefault value: 1.0D.
inMinYdouble?
inMaxYdouble?
inYScaledouble<0.000001, INF>1.0DDefault value: 1.0D.
inZOffsetdouble
inZScaledouble<0.000001, INF>1.0DDefault value: 1.0D.
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
outMinXdouble
outMinYdouble
diagSurfaceValidPointsRegionFilNet.RegionRegion of locations where the surface points are valid.

Function Overrides

See also