Eyeshot 10 WinForms API Reference
FixAll(Plane,Interval,Interval,Double) Method

WinForms Assembly > devDept.Eyeshot.Entities Namespace > FemMesh Class > FixAll Method : FixAll(Plane,Interval,Interval,Double) Method
Search reference plane
Distance span along plane X axis
Distance span along plane Y axis
Search volume offset
Fixes all degree of freedoms for selected faces.
Syntax
'Declaration
 
Public Overloads Function FixAll( _
   ByVal pln As Plane, _
   ByVal alongX As Interval, _
   ByVal alongY As Interval, _
   ByVal inflateBy As Double _
) As Integer
public int FixAll( 
   Plane pln,
   Interval alongX,
   Interval alongY,
   double inflateBy
)

Parameters

pln
Search reference plane
alongX
Distance span along plane X axis
alongY
Distance span along plane Y axis
inflateBy
Search volume offset

Return Value

Returns the number of affected nodes.
See Also

Reference

FemMesh Class
FemMesh Members
Overload List