|
|
Sets clipping planes.
Namespace: Autodesk.Navisworks.Api
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
| Visual Basic |
|---|
Public Sub SetClippingPlanes ( _ jsonClipPlaneSet As String _ ) |
| C# |
|---|
public void SetClippingPlanes( string jsonClipPlaneSet ) |
| Visual C++ |
|---|
public: void SetClippingPlanes( String^ jsonClipPlaneSet ) |
Parameters
- jsonClipPlaneSet
- Type: System..::..String
Clipping planes in the form of a JSON ClipPlaneSet object.
Exceptions
| Exception | Condition |
|---|---|
| System..::..ArgumentException | Failed to set clipping planes. |