Click or drag to resize
SoSplitGeometryActionGetNumDivisions Method (Int32, Int32, Int32)

Returns the current division values to split an object in 3D.

Namespace: OIV.Inventor.Actions
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void GetNumDivisions(
	out int numX,
	out int numY,
	out int numZ
)

Parameters

numX
Type: SystemInt32
numY
Type: SystemInt32
numZ
Type: SystemInt32
Remarks