Gets the information that describes the normal direction corresponding to vertex.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function IGetVertexNormal( _
ByVal VertexId As System.Integer _
) As System.Double |
Visual Basic (Usage) | |
---|
Dim instance As ITessellation
Dim VertexId As System.Integer
Dim value As System.Double
value = instance.IGetVertexNormal(VertexId) |
C# | |
---|
System.double IGetVertexNormal(
System.int VertexId
) |
C++/CLI | |
---|
System.double IGetVertexNormal(
& System.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