SoBoundingBoxCache Class |
Namespace: OIV.Inventor.Caches
The SoBoundingBoxCache type exposes the following members.
Name | Description | |
---|---|---|
SoBoundingBoxCache | Initializes a new instance of the SoBoundingBoxCache class |
Name | Description | |
---|---|---|
AddCacheDependency | Adds a dependency of this instance on another cache instance. | |
AddElement | Adds an element to elements-used list if not already there. | |
Dispose |
Releases all resources used by SoDisposable.
(Inherited from SoDisposable.) | |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
GetBox | Returns the current bbox value. | |
GetCachedInvalidElement | Assuming OIV.Inventor.Caches.SoCache.IsValid(OIV.Inventor.Misc.SoState) returns false, this will return the first cached element that is invalid (auto-caching uses this in its heuristic). | |
GetCenter | ||
GetHashCode |
Overrides GetHashCode().
(Inherited from SoNetBase.) | |
GetInvalidElement | Assuming OIV.Inventor.Caches.SoCache.IsValid(OIV.Inventor.Misc.SoState) returns false, this will return the first state element that is invalid (auto-caching uses this in its heuristic). | |
GetProjectedBox | Returns BBox in local space. | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
HasLinesOrPoints | ||
HasScreenSpaceBoundingBoxes | ||
Invalidate | Make this cache invalid. | |
IsCenterSet | ||
IsContextDependent | return current context dependency state. | |
IsValid(SoState) | Returns true if cache is valid with respect to the given state. | |
IsValid(SoState, SoElement) | Return is the given element is valid True if the element is not monitored. | |
Release | This function is called when a context has been requested to delete the context through the SoDeviceContext.dispose() method. | |
Set | ||
SetContextDependent | Calls SetContextDependent(true). (Inherited from SoBaseContextCache.) | |
SetContextDependent(Boolean) | Object is considered not context dependent as long as OIV.Inventor.Devices.SoDeviceContext was not ref by this object. | |
SetHasLinesOrPoints | ||
SetHasScreenSpaceBoundingBoxes | ||
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
IsDisposable | ISafeDisposable interface implementation.
(Inherited from SoDisposable.) |