Gets the information that describes the normal direction corresponding to vertex.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function IGetVertexNormal( _
ByVal VertexId As Integer _
) As Double |
Visual Basic (Usage) | |
---|
Dim instance As ITessellation
Dim VertexId As Integer
Dim value As Double
value = instance.IGetVertexNormal(VertexId)
|
C# | |
---|
double IGetVertexNormal(
int VertexId
) |
C++/CLI | |
---|
double IGetVertexNormal(
& int VertexId
) |
Parameters
- VertexId
ID of the vertex from which you want to return the normal information
Return Value
Array of 3 doubles describing the normal vector direction of this vertex corresponding to the face to which it belongs
See Also
Availability
SolidWorks 2001 FCS, Revision Number 9.0