|
|
Renders a 2D circle in the XY plane at the current Z depth.
Namespace: Autodesk.Navisworks.Api
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
| Visual Basic |
|---|
Public Sub Circle ( _ centre As Point2D, _ radius As Double, _ filled As Boolean _ ) |
| C# |
|---|
public void Circle( Point2D centre, double radius, bool filled ) |
| Visual C++ |
|---|
public: void Circle( Point2D^ centre, double radius, bool filled ) |
Parameters
- centre
- Type: Autodesk.Navisworks.Api..::..Point2D
Centre point of 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 |