Eyeshot 10 WPF API Reference
SetForce(Point3D,Vector3D,Vector3D,Double,Interval,Double,Vector3D) Method

WPF Assembly > devDept.Eyeshot.Entities Namespace > FemMesh Class > SetForce Method : SetForce(Point3D,Vector3D,Vector3D,Double,Interval,Double,Vector3D) Method
Search cylinder center
Search cylinder axis
Search cylinder reference direction
Search cylinder radius
Angular span in radians
Search volume offset
The force vector
Sets the specified force to selected faces.
Syntax
'Declaration
 
Public Overloads Sub SetForce( _
   ByVal center As Point3D, _
   ByVal axis As Vector3D, _
   ByVal refDir As Vector3D, _
   ByVal radius As Double, _
   ByVal angle As Interval, _
   ByVal inflateBy As Double, _
   ByVal amount As Vector3D _
) 
public void SetForce( 
   Point3D center,
   Vector3D axis,
   Vector3D refDir,
   double radius,
   Interval angle,
   double inflateBy,
   Vector3D amount
)

Parameters

center
Search cylinder center
axis
Search cylinder axis
refDir
Search cylinder reference direction
radius
Search cylinder radius
angle
Angular span in radians
inflateBy
Search volume offset
amount
The force vector
See Also

Reference

FemMesh Class
FemMesh Members
Overload List