Specifies how the bounds of the box are used. 
 
Namespace: OIV.LDM.NodesAssembly: OIV.LDM (in OIV.LDM.dll) Version: 10.12.3.0 (10.12.3.0)
Syntaxpublic SoSFBitMask<SoROIFlagsType> flags { get; }Public ReadOnly Property flags As SoSFBitMask(Of SoROIFlagsType)
	Get
public:
property SoSFBitMask<SoROIFlagsType>^ flags {
	SoSFBitMask<SoROIFlagsType>^ get ();
}member flags : SoSFBitMask<SoROIFlagsType> with get
Property Value
Type: 
SoSFBitMaskSoROIFlagsType
RemarksDefault is SUB_VOLUME. The region of interest is the box itself. 
See Also