| SoSplitGeometryActionSetNumDivisions Method (Int32, Int32, Int32) | 
Specifies the number of divisions for splitting an object in 3D. 
 
Namespace: OIV.Inventor.ActionsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic void SetNumDivisions(
	int numX,
	int numY,
	int numZ
)
Public Sub SetNumDivisions ( 
	numX As Integer,
	numY As Integer,
	numZ As Integer
)
public:
void SetNumDivisions(
	int numX, 
	int numY, 
	int numZ
)
member SetNumDivisions : 
        numX : int * 
        numY : int * 
        numZ : int -> unit 
Parameters
- numX
 - Type: SystemInt32
 - numY
 - Type: SystemInt32
 - numZ
 - Type: SystemInt32
 
RemarksBy default, these values specify the number of divisions to be used along the object's x, y, and z bounding box dimensions respectively. The doSmartSplitting method() can be used to change which axes of the object's 3D bounding box these division values are applied to. 
See Also