Gets the X, Y and Z values that describe a tessellation vertex.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function IGetVertexPoint( _
ByVal VertexId As Integer _
) As Double |
Visual Basic (Usage) | |
---|
Dim instance As ITessellation
Dim VertexId As Integer
Dim value As Double
value = instance.IGetVertexPoint(VertexId)
|
C# | |
---|
double IGetVertexPoint(
int VertexId
) |
C++/CLI | |
---|
double IGetVertexPoint(
& int VertexId
) |
Parameters
- VertexId
Tessellation vertex ID of the vertex for which you want to get the X Y Z position values
Return Value
Array of 3 doubles that describe the tessellation vertex's X, Y, and Z position
See Also
Availability
SolidWorks 2001 FCS, Revision Number 9.0