Gets the IDs of the two vertices that correspond to a fin.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetFinVertices( _
ByVal FinId As Integer _
) As Object |
Visual Basic (Usage) | |
---|
Dim instance As ITessellation
Dim FinId As Integer
Dim value As Object
value = instance.GetFinVertices(FinId)
|
C# | |
---|
object GetFinVertices(
int FinId
) |
C++/CLI | |
---|
Object^ GetFinVertices(
& int FinId
) |
Parameters
- FinId
Fin ID of the fin from which you want to return the vertices IDs
Return Value
Array of two longs describing the vertices IDs of a fin
Example
See Also
Availability
SolidWorks 2001 FCS, Revision Number 9.0