|
![]() |
Specifies normal of next polygon vertex.
Namespace: Autodesk.Navisworks.Api
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
Visual Basic |
---|
Public Sub VertexNormal ( _ normal As Vector3D _ ) |
C# |
---|
public void VertexNormal( Vector3D normal ) |
Visual C++ |
---|
public: void VertexNormal( Vector3D^ normal ) |
Parameters
- normal
- Type: Autodesk.Navisworks.Api..::..Vector3D
Vertex normal.
Exceptions
Exception | Condition |
---|---|
System..::..ObjectDisposedException | Object has been Disposed |
System..::..NotSupportedException | Object is Read-Only |
System..::..ArgumentNullException | Argument 'normal' is null |
System..::..ArgumentException | Argument 'normal' has been Disposed |