SoSplitGeometryActionGetNumDivisions Method (Int32, Int32, Int32) |
Returns the current division values to split an object in 3D.
Namespace: OIV.Inventor.ActionsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public void GetNumDivisions(
out int numX,
out int numY,
out int numZ
)
Public Sub GetNumDivisions (
<OutAttribute> ByRef numX As Integer,
<OutAttribute> ByRef numY As Integer,
<OutAttribute> ByRef numZ As Integer
)
public:
void GetNumDivisions(
[OutAttribute] int% numX,
[OutAttribute] int% numY,
[OutAttribute] int% numZ
)
member GetNumDivisions :
numX : int byref *
numY : int byref *
numZ : int byref -> unit
Parameters
- numX
- Type: SystemInt32
- numY
- Type: SystemInt32
- numZ
- Type: SystemInt32
Remarks See Also