Click or drag to resize
SoDataExtractCopyTile Method

Copy a tile.

Namespace: OIV.Inventor.Algorithms
Assembly: OIV.Inventor.Algorithms (in OIV.Inventor.Algorithms.dll) Version: 2024.1.1.0 (2024.1.1)
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.DevicesSoBufferObject
tileDimx
Type: SystemInt32
tileDimy
Type: SystemInt32
tileDimz
Type: SystemInt32
originX
Type: SystemInt32
originY
Type: SystemInt32
originZ
Type: SystemInt32
datumSize
Type: SystemInt32
bufDimX
Type: SystemInt32
bufDimY
Type: SystemInt32
bufDimZ
Type: SystemInt32
vMinX
Type: SystemInt32
vMinY
Type: SystemInt32
vMinZ
Type: SystemInt32
vMaxX
Type: SystemInt32
vMaxY
Type: SystemInt32
vMaxZ
Type: SystemInt32
outputBuffer
Type: OIV.Inventor.DevicesSoBufferObject

Return Value

Type: Int32
Remarks