|
|
Sets clipping planes.
Namespace: Autodesk.Navisworks.Api
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
| Visual Basic |
|---|
Public Function TrySetClippingPlanes ( _ jsonClipPlaneSet As String _ ) As Boolean |
| C# |
|---|
public bool TrySetClippingPlanes( string jsonClipPlaneSet ) |
| Visual C++ |
|---|
public: bool TrySetClippingPlanes( String^ jsonClipPlaneSet ) |
Parameters
- jsonClipPlaneSet
- Type: System..::..String
Clipping planes in the form of a JSON ClipPlaneSet object.