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