Eyeshot 10 WPF API Reference
FixAllNodes(Plane,Interval,Interval,Double) Method

WPF Assembly > devDept.Eyeshot.Entities Namespace > FemMesh Class > FixAllNodes Method : FixAllNodes(Plane,Interval,Interval,Double) Method
The Plane object
Distance span along plane X axis
Distance span along plane Y axis
Offset of the distance
Fixes all degree of freedoms for selected nodes.
Syntax
'Declaration
 
Public Overloads Sub FixAllNodes( _
   ByVal plane As Plane, _
   ByVal alongX As Interval, _
   ByVal alongY As Interval, _
   ByVal inflateBy As Double _
) 
public void FixAllNodes( 
   Plane plane,
   Interval alongX,
   Interval alongY,
   double inflateBy
)

Parameters

plane
The Plane object
alongX
Distance span along plane X axis
alongY
Distance span along plane Y axis
inflateBy
Offset of the distance
See Also

Reference

FemMesh Class
FemMesh Members
Overload List