Gets or sets the value that indicates whether to show the clipping planes of the 3D object or not.
public bool EnableClippingPlanes {get; set;}
'Declaration
Public Property EnableClippingPlanes As Boolean
'Usage
Dim instance As Medical3DObject
Dim value As Boolean
instance.EnableClippingPlanes = value
value = instance.EnableClippingPlanes
public:
property bool EnableClippingPlanes {
bool get();
void set ( bool value);
}
Property Value
true to show the clipping planes, false to hide the boundary box