Gets rid of this object.
After this call, this object can no longer be used.
If the object is an InfiniteObjectDispatcherInterface, then the ObjectDisposed signal is emitted.
Further uses of the object (with the exception of isDisposed and getInfiniteObjectType) will log a message with LL_UsingDisposedObject.
Tells the type of the given interface.
The type of the given interface.
Tells if this object has been gotten rid off.
true if dispose has been called on this object.
Sets the cut plane id to manipulate.
Setting the id 0 is valid, it effectively unbinds the cut plane manipulator from a cut plane.
Setting an invalid id to the cut plane manipulator has the same affect as unbinding the manipulator from a cut plane.
Setting the same id has no effect.
Returns true if the cut plane id exists or if 0 is set.
true if the cut plane corresponding to the id is valid or 0.
The CutPlaneManipulatorInterface interface is used to manipulate cut planes.
This is a GUI element that allows an end-user to modify the orientation/position of a cut plane.
The usage is very simple :
The user may know when the bound cut plane is modified through the [CutPlaneManagerInterfaceSignal](../enums/CutPlaneManagerInterfaceSignal.html) from the [CutPlaneManagerInterface](CutPlaneManagerInterface.html).
See
CutPlaneManagerInterface