Eyeshot 10 WinForms API Reference
FixAll(Point3D,Point3D,Double) Method

WinForms Assembly > devDept.Eyeshot.Entities Namespace > FemMesh Class > FixAll Method : FixAll(Point3D,Point3D,Double) Method
Defines the min 3D point of the box
Defines the max 3D point of the box
Search volume offset
Fixes all degree of freedoms for selected edges/faces.
Syntax
'Declaration
 
Public Overloads Function FixAll( _
   ByVal min As Point3D, _
   ByVal max As Point3D, _
   ByVal inflateBy As Double _
) As Integer
public int FixAll( 
   Point3D min,
   Point3D max,
   double inflateBy
)

Parameters

min
Defines the min 3D point of the box
max
Defines the max 3D point of the box
inflateBy
Search volume offset

Return Value

Returns the number of affected nodes.
See Also

Reference

FemMesh Class
FemMesh Members
Overload List