Click or drag to resize
SoDataExtractCopyPlane Method

Copy a plane.

Namespace: OIV.Inventor.Algorithms
Assembly: OIV.Inventor.Algorithms (in OIV.Inventor.Algorithms.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public int CopyPlane(
	SoBufferObject inputTile,
	int tileDimX,
	int tileDimY,
	int tileDimZ,
	int originX,
	int originY,
	int originZ,
	int datumSize,
	int bufDimX,
	int qminX,
	int qminY,
	int qminZ,
	int qmaxX,
	int qmaxY,
	int qmaxZ,
	float normI,
	float normJ,
	float normK,
	float distance,
	int xAxis,
	int yAxis,
	int zAxis,
	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
qminX
Type: SystemInt32
qminY
Type: SystemInt32
qminZ
Type: SystemInt32
qmaxX
Type: SystemInt32
qmaxY
Type: SystemInt32
qmaxZ
Type: SystemInt32
normI
Type: SystemSingle
normJ
Type: SystemSingle
normK
Type: SystemSingle
distance
Type: SystemSingle
xAxis
Type: SystemInt32
yAxis
Type: SystemInt32
zAxis
Type: SystemInt32
outputBuffer
Type: OIV.Inventor.DevicesSoBufferObject

Return Value

Type: Int32
Remarks