SoBoundingBoxCacheSetHasScreenSpaceBoundingBoxes Method |
Namespace: OIV.Inventor.CachesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public static void SetHasScreenSpaceBoundingBoxes(
SoState state,
bool flag
)
Public Shared Sub SetHasScreenSpaceBoundingBoxes (
state As SoState,
flag As Boolean
)
public:
static void SetHasScreenSpaceBoundingBoxes(
SoState^ state,
bool flag
)
static member SetHasScreenSpaceBoundingBoxes :
state : SoState *
flag : bool -> unit
Parameters
- state
- Type: OIV.Inventor.MiscSoState
- flag
- Type: SystemBoolean
Remarks See Also