FemMesh.CreateRectangularRegion Method

Adds a rectangular region to current FemMesh object placed at specified start point.
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
)
This language is not supported or no code example is available.
public void CreateRectangularRegion( 
Point3D startPoint
double width
double height
int widthElementNum
int heigthElementNum
Material material 
)
This language is not supported or no code example is available.

Parameters

startPoint
Point3D

The position of the rectangle

width
double

The width of the rectangle

height
double

The height of the rectangle

widthElementNum
int

The number of the elements in width

heigthElementNum
int

The number of the elements in heigth

material
Material

The material of each element

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition