Gets the coordinates of the specified node.  
             
            
.NET Syntax
| Visual Basic (Declaration) |  | 
|---|
| Function GetNodeLocation( _
   ByVal NNodeNo As System.Integer, _
   ByRef XVal As System.Double, _
   ByRef YVal As System.Double, _
   ByRef ZVal As System.Double _
) As System.Integer | 
| Visual Basic (Usage) |  | 
|---|
| Dim instance As ICWMesh
Dim NNodeNo As System.Integer
Dim XVal As System.Double
Dim YVal As System.Double
Dim ZVal As System.Double
Dim value As System.Integer
 
value = instance.GetNodeLocation(NNodeNo, XVal, YVal, ZVal) | 
| C# |  | 
|---|
| System.int GetNodeLocation( 
   System.int NNodeNo,
   out System.double XVal,
   out System.double YVal,
   out System.double ZVal
) | 
| C++/CLI |  | 
|---|
| System.int GetNodeLocation( 
&   System.int NNodeNo,
&   [Out] System.double XVal,
&   [Out] System.double YVal,
&   [Out] System.double ZVal
)  | 
Parameters
- NNodeNo
- Node number
- XVal
- X coordinate
- YVal
- Y coordinate
- ZVal
- Z coordinate
Return Value
Error as defined in swsMeshControlError_e
See Also
 
            Availability
SOLIDWORKS Simulation API 2008 SP1.0