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