Eyeshot 9.0 WinForms API Reference
FixNodes(Int32[],Boolean,Boolean,Boolean) Method

WinForms Assembly > devDept.Eyeshot.Entities Namespace > FemMesh Class > FixNodes Method : FixNodes(Int32[],Boolean,Boolean,Boolean) Method
Node indices
When true, traslation along X is restrained
When true, traslation along Y is restrained
When true, traslation along Z is restrained
Fixes specified degrees of freedom for selected nodes.
Syntax
'Declaration
 
Public Overloads Sub FixNodes( _
   ByVal nodeIndices() As Integer, _
   ByVal x As Boolean, _
   ByVal y As Boolean, _
   ByVal z As Boolean _
) 
public void FixNodes( 
   int[] nodeIndices,
   bool x,
   bool y,
   bool z
)

Parameters

nodeIndices
Node indices
x
When true, traslation along X is restrained
y
When true, traslation along Y is restrained
z
When true, traslation along Z is restrained
See Also

Reference

FemMesh Class
FemMesh Members
Overload List