Gets the points and facets in the specified mesh feature.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetMeshDataAtIndex( _
ByVal Index As System.Integer, _
ByRef Points As System.Object, _
ByRef Facets As System.Object _
) As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IScanto3D
Dim Index As System.Integer
Dim Points As System.Object
Dim Facets As System.Object
Dim value As System.Boolean
value = instance.GetMeshDataAtIndex(Index, Points, Facets) |
C# | |
---|
System.bool GetMeshDataAtIndex(
System.int Index,
out System.object Points,
out System.object Facets
) |
C++/CLI | |
---|
System.bool GetMeshDataAtIndex(
& System.int Index,
& [Out] System.Object^ Points,
& [Out] System.Object^ Facets
) |
Parameters
- Index
- Index of mesh feature for which to get data
- Points
- Array of x, y, and z coordinates of the mesh vertexes (see Remarks)
- Facets
- Array of facet triplets (see Remarks)
Return Value
True if successful, false if not
Example
Remarks
See Also
Availability
SOLIDWORKS 2015 FCS, Revision Number 23.0