|
|
Renders a 3D circle in the model space.
Namespace: Autodesk.Navisworks.Api
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
| Visual Basic |
|---|
Public Sub Circle ( _ centre As Point3D, _ normal As Vector3D, _ radius As Double, _ filled As Boolean _ ) |
| C# |
|---|
public void Circle( Point3D centre, Vector3D normal, double radius, bool filled ) |
| Visual C++ |
|---|
public: void Circle( Point3D^ centre, Vector3D^ normal, double radius, bool filled ) |
Parameters
- centre
- Type: Autodesk.Navisworks.Api..::..Point3D
Centre point of the circle.
- normal
- Type: Autodesk.Navisworks.Api..::..Vector3D
normal for the circle.
- radius
- Type: System..::..Double
Radius of circle.
- filled
- Type: System..::..Boolean
Should the circle be filled in or an outline.
Exceptions
| Exception | Condition |
|---|---|
| System..::..ObjectDisposedException | Object has been Disposed |
| System..::..NotSupportedException | Object is Read-Only |
| System..::..ArgumentNullException | Argument 'centre' is null |
| System..::..ArgumentException | Argument 'centre' has been Disposed |
| System..::..ArgumentNullException | Argument 'normal' is null |
| System..::..ArgumentException | Argument 'normal' has been Disposed |