Gets the normal directions at all of the nodes on the surface of this mesh.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetNodeOutwardDirections( _
ByRef ErrorCode As System.Integer _
) As System.Object |
Visual Basic (Usage) | |
---|
Dim instance As ICWMesh
Dim ErrorCode As System.Integer
Dim value As System.Object
value = instance.GetNodeOutwardDirections(ErrorCode) |
C# | |
---|
System.object GetNodeOutwardDirections(
out System.int ErrorCode
) |
C++/CLI | |
---|
System.Object^ GetNodeOutwardDirections(
& [Out] System.int ErrorCode
) |
Parameters
- ErrorCode
- Error code as defined in swsMeshQueryErrorCode_e
Return Value
Array of x, y, and z coordinates of normal directions at all of the nodes on the surface of this mesh (see
Remarks)
Example
Remarks
See Also
Availability
SOLIDWORKS Simulation API 2016 SP0