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

Specifies the number of divisions for splitting an object in 2D.

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

Parameters

numX
Type: SystemInt32
numY
Type: SystemInt32
Remarks

By 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