Gets the X, Y and Z values that describe a tessellation vertex.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetVertexPoint( _
ByVal VertexId As Integer _
) As Object |
Visual Basic (Usage) | |
---|
Dim instance As ITessellation
Dim VertexId As Integer
Dim value As Object
value = instance.GetVertexPoint(VertexId)
|
C# | |
---|
object GetVertexPoint(
int VertexId
) |
C++/CLI | |
---|
Object^ GetVertexPoint(
& 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
Example
See Also
Availability
SolidWorks 2001 FCS, Revision Number 9.0