Eyeshot 10 WinForms API Reference
Fix(Tuple<Int32,Int32>[],Boolean,Boolean,Boolean) Method

WinForms Assembly > devDept.Eyeshot.Entities Namespace > FemMesh Class > Fix Method : Fix(Tuple<Int32,Int32>[],Boolean,Boolean,Boolean) Method
Face indices
When true, traslation along X is restrained.
When true, traslation along Y is restrained.
When true, traslation along Z is restrained.
Fixes specified degree of freedoms for selected faces.
Syntax
'Declaration
 
Public Overloads Function Fix( _
   ByVal indices() As Tuple(Of Integer,Integer), _
   ByVal x As Boolean, _
   ByVal y As Boolean, _
   ByVal z As Boolean _
) As Integer
public int Fix( 
   Tuple<int,int>[] indices,
   bool x,
   bool y,
   bool z
)

Parameters

indices
Face 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.

Return Value

The number of affected nodes.
See Also

Reference

FemMesh Class
FemMesh Members
Overload List