Eyeshot 9.0 WinForms API Reference
Fix(Point3D,Vector3D,Vector3D,Double,Double,Boolean,Boolean,Boolean) Method

WinForms Assembly > devDept.Eyeshot.Entities Namespace > FemMesh Class > Fix Method : Fix(Point3D,Vector3D,Vector3D,Double,Double,Boolean,Boolean,Boolean) Method
Search cylinder center
Search cylinder axis
Search cylinder reference direction
Search cylinder radius
Search volume offset
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 center As Point3D, _
   ByVal axis As Vector3D, _
   ByVal refDir As Vector3D, _
   ByVal radius As Double, _
   ByVal inflateBy As Double, _
   ByVal x As Boolean, _
   ByVal y As Boolean, _
   ByVal z As Boolean _
) As Integer
public int Fix( 
   Point3D center,
   Vector3D axis,
   Vector3D refDir,
   double radius,
   double inflateBy,
   bool x,
   bool y,
   bool z
)

Parameters

center
Search cylinder center
axis
Search cylinder axis
refDir
Search cylinder reference direction
radius
Search cylinder radius
inflateBy
Search volume offset
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

Returns the number of affected nodes.
See Also

Reference

FemMesh Class
FemMesh Members
Overload List