SoGetBoundingBoxActionSetResetPath Method (SoPath, Boolean, SoGetBoundingBoxActionResetTypes) |
If a non-NULL path is specified, the action will reset the computed bounding box to be empty and/or the current transformation to identity.
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,
SoGetBoundingBoxActionResetTypes what
)
Public Sub SetResetPath (
path As SoPath,
resetBefore As Boolean,
what As SoGetBoundingBoxActionResetTypes
)
public:
void SetResetPath(
SoPath^ path,
bool resetBefore,
SoGetBoundingBoxActionResetTypes what
)
member SetResetPath :
path : SoPath *
resetBefore : bool *
what : SoGetBoundingBoxActionResetTypes -> unit
Parameters
- path
- Type: OIV.InventorSoPath
- resetBefore
- Type: SystemBoolean
- what
- Type: OIV.Inventor.ActionsSoGetBoundingBoxActionResetTypes
Remarks The resetBefore flag indicates whether to perform the reset before or after the tail node of the path is traversed.
See Also