Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Enables or disables a clipping plane.
Definition
Visual Basic Public Property Enabled As Boolean C# public bool Enabled { get; set; } C++ public:
property bool Enabled {
bool get();
void set(bool value);
}JScript public function get Enabled() : boolean
public function set Enabled(boolean);
Property Value
System.Boolean
Set to true to enable a clipping plane, or false to disable it.This property is read/write.