Gets the elements at the specified depth of this solid mesh.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetSolidElementList( _
ByVal DDepth As System.Double, _
ByVal NUnit As System.Integer, _
ByRef VarElementIDs As System.Object _
) As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICWMesh
Dim DDepth As System.Double
Dim NUnit As System.Integer
Dim VarElementIDs As System.Object
Dim value As System.Integer
value = instance.GetSolidElementList(DDepth, NUnit, VarElementIDs) |
C++/CLI | |
---|
System.int GetSolidElementList(
& System.double DDepth,
& System.int NUnit,
& [Out] System.Object^ VarElementIDs
) |
Parameters
- DDepth
- Depth at which to find elements
- NUnit
- Linear units of DDepth as defined in swsLinearUnit_e
- VarElementIDs
- Array of element IDs
Return Value
Number of elements in VarElementIDs
Example
Remarks
See Also
Availability
SOLIDWORKS Simulation API 2016 SP05