Click or drag to resize
SoGetBoundingBoxActionResetTypes Enumeration

Set a path to do a resetTransform/resetBoundingBox on.

Namespace: OIV.Inventor.Actions
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.0.0 (2024.1.0)
Syntax
public enum ResetTypes
Members
  Member nameValueDescription
TRANSFORM1

Transformation.

BBOX2

Bounding box.

ALL3

Both transform and bounding box.

Remarks

The default is to do the reset right before the given path.

See Also