Eyeshot 10 WinForms API Reference
CreateRectangularRegion Method

WinForms Assembly > devDept.Eyeshot.Entities Namespace > FemMesh Class : CreateRectangularRegion Method
The position of the rectangle
The width of the rectangle
The height of the rectangle
The number of the elements in width
The number of the elements in heigth
The material of each element
Adds a rectangular region to current FemMesh object placed at specified start point.
Syntax
'Declaration
 
Public Sub CreateRectangularRegion( _
   ByVal startPoint As Point3D, _
   ByVal width As Double, _
   ByVal height As Double, _
   ByVal widthElementNum As Integer, _
   ByVal heigthElementNum As Integer, _
   ByVal material As Material _
) 
public void CreateRectangularRegion( 
   Point3D startPoint,
   double width,
   double height,
   int widthElementNum,
   int heigthElementNum,
   Material material
)

Parameters

startPoint
The position of the rectangle
width
The width of the rectangle
height
The height of the rectangle
widthElementNum
The number of the elements in width
heigthElementNum
The number of the elements in heigth
material
The material of each element
See Also

Reference

FemMesh Class
FemMesh Members