|
|
Tessellation winding rule
Namespace: Autodesk.Navisworks.Api
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
| Visual Basic |
|---|
Public Property PolygonTessellationWindingRule As TessellationWindingRule Get Set |
| C# |
|---|
public TessellationWindingRule PolygonTessellationWindingRule { get; set; } |
| Visual C++ |
|---|
public: property TessellationWindingRule PolygonTessellationWindingRule { TessellationWindingRule get (); void set (TessellationWindingRule value); } |
Exceptions
| Exception | Condition |
|---|---|
| System..::..ObjectDisposedException | Object has been Disposed |
| System..::..NotSupportedException | Object is Read-Only |