SoGetBoundingBoxActionSetResetPath Method (SoPath, Boolean) |
Calls SetResetPath(path, resetBefore, OIV.Inventor.Actions.SoGetBoundingBoxAction.ResetTypes( .SoGetBoundingBoxAction.ALL )).
Namespace: OIV.Inventor.ActionsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public void SetResetPath(
SoPath path,
bool resetBefore
)
Public Sub SetResetPath (
path As SoPath,
resetBefore As Boolean
)
public:
void SetResetPath(
SoPath^ path,
bool resetBefore
)
member SetResetPath :
path : SoPath *
resetBefore : bool -> unit
Parameters
- path
- Type: OIV.InventorSoPath
- resetBefore
- Type: SystemBoolean
Remarks See Also