|
|
Begin rendering a complex polygon.
Namespace: Autodesk.Navisworks.Api
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
| Visual Basic |
|---|
Public Sub BeginComplexPolygon ( _ vertexProperties As VertexProperties _ ) |
| C# |
|---|
public void BeginComplexPolygon( VertexProperties vertexProperties ) |
| Visual C++ |
|---|
public: void BeginComplexPolygon( VertexProperties vertexProperties ) |
Parameters
- vertexProperties
- Type: Autodesk.Navisworks.Api..::..VertexProperties
Vertex properties for the polygon.
Remarks
A complex polygon is one that is concave or self-intersecting. This function will take care of the tessalation of the polygon.
Exceptions
| Exception | Condition |
|---|---|
| System..::..ObjectDisposedException | Object has been Disposed |
| System..::..NotSupportedException | Object is Read-Only |