Click or drag to resize
SoDataExtract.CopyTile Method

Copy a tile.

Namespace: OIV.Inventor.Algorithms
Assembly: OIV.Inventor.Algorithms (in OIV.Inventor.Algorithms.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public int CopyTile(
	SoBufferObject inputTile,
	int tileDimx,
	int tileDimy,
	int tileDimz,
	int originX,
	int originY,
	int originZ,
	int datumSize,
	int bufDimX,
	int bufDimY,
	int bufDimZ,
	int vMinX,
	int vMinY,
	int vMinZ,
	int vMaxX,
	int vMaxY,
	int vMaxZ,
	SoBufferObject outputBuffer
)

Parameters

inputTile
Type: OIV.Inventor.Devices.SoBufferObject
tileDimx
Type: System.Int32
tileDimy
Type: System.Int32
tileDimz
Type: System.Int32
originX
Type: System.Int32
originY
Type: System.Int32
originZ
Type: System.Int32
datumSize
Type: System.Int32
bufDimX
Type: System.Int32
bufDimY
Type: System.Int32
bufDimZ
Type: System.Int32
vMinX
Type: System.Int32
vMinY
Type: System.Int32
vMinZ
Type: System.Int32
vMaxX
Type: System.Int32
vMaxY
Type: System.Int32
vMaxZ
Type: System.Int32
outputBuffer
Type: OIV.Inventor.Devices.SoBufferObject

Return Value

Type: Int32
Remarks