Click or drag to resize
SoGetBoundingBoxActionSetResetPath Method
Overload List
  NameDescription
Public methodSetResetPath(SoPath)
Calls SetResetPath(path, true, OIV.Inventor.Actions.SoGetBoundingBoxAction.ResetTypes( .SoGetBoundingBoxAction.ALL )).
Public methodSetResetPath(SoPath, Boolean)
Calls SetResetPath(path, resetBefore, OIV.Inventor.Actions.SoGetBoundingBoxAction.ResetTypes( .SoGetBoundingBoxAction.ALL )).
Public methodSetResetPath(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.

Top
See Also