Click or drag to resize
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.Actions
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public void SetResetPath(
	SoPath path,
	bool resetBefore,
	SoGetBoundingBoxActionResetTypes what
)

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