SoDataExtractCopyTile Method |
Namespace: OIV.Inventor.AlgorithmsAssembly: OIV.Inventor.Algorithms (in OIV.Inventor.Algorithms.dll) Version: 10.12.3.0 (10.12.3.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
)
Public Function CopyTile (
inputTile As SoBufferObject,
tileDimx As Integer,
tileDimy As Integer,
tileDimz As Integer,
originX As Integer,
originY As Integer,
originZ As Integer,
datumSize As Integer,
bufDimX As Integer,
bufDimY As Integer,
bufDimZ As Integer,
vMinX As Integer,
vMinY As Integer,
vMinZ As Integer,
vMaxX As Integer,
vMaxY As Integer,
vMaxZ As Integer,
outputBuffer As SoBufferObject
) As Integer
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
)
member CopyTile :
inputTile : SoBufferObject *
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 : int *
outputBuffer : SoBufferObject -> int
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:
Int32Remarks See Also