|
|
Begin polygon
Namespace: Autodesk.Navisworks.Api.Takeoff
Assembly: Autodesk.Navisworks.Takeoff (in Autodesk.Navisworks.Takeoff.dll)
Syntax
| Visual Basic |
|---|
Public Sub BeginPolygon ( _ windingRule As TessellationWindingRule, _ forEdgeOnly As Boolean _ ) |
| C# |
|---|
public void BeginPolygon( TessellationWindingRule windingRule, bool forEdgeOnly ) |
| Visual C++ |
|---|
public: void BeginPolygon( TessellationWindingRule windingRule, bool forEdgeOnly ) |
Parameters
- windingRule
- Type: Autodesk.Navisworks.Api..::..TessellationWindingRule
- forEdgeOnly
- Type: System..::..Boolean
Exceptions
| Exception | Condition |
|---|---|
| System..::..ObjectDisposedException | Object has been Disposed |
| System..::..NotSupportedException | Object is Read-Only |