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: 10.12.3.0 (10.12.3.0)
Syntax public 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
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