Click or drag to resize
SoSplitGeometryAction Constructor (Int32, Int32)

Constructor for splitting geometry along 2 dimensions.

Namespace: OIV.Inventor.Actions
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public SoSplitGeometryAction(
	int divAlongX,
	int divAlongY
)

Parameters

divAlongX
Type: SystemInt32
divAlongY
Type: SystemInt32
Remarks

By default, the first and second values specify the number of divisions to be used along the object's x and y bounding box dimensions respectively. The doSmartSplitting method() can be used to change which axes of the object's 2D bounding box these division values are applied to.

See Also