FemMesh.CreateSquarePlateWithCircularHole (Double, Point3D, Double, Material, Boolean, Boolean, Boolean, Boolean) Method

Creates a 2D squared FemMesh object with circular hole inside.
Public Sub CreateSquarePlateWithCircularHole( _ 
ByVal size As Double, _ 
ByVal center As Point3D, _ 
ByVal radius As Double, _ 
ByVal material As Material, _ 
ByVal quadrant1 As Boolean, _ 
ByVal quadrant2 As Boolean, _ 
ByVal quadrant3 As Boolean, _ 
ByVal quadrant4 As Boolean
)
This language is not supported or no code example is available.
public void CreateSquarePlateWithCircularHole( 
double size
Point3D center
double radius
Material material
bool quadrant1
bool quadrant2
bool quadrant3
bool quadrant4 
)
This language is not supported or no code example is available.

Parameters

size
double

Side size

center
Point3D

Plate center

radius
double

Radius size

material
Material

Elements material

quadrant1
bool

If true, mesh contains the first quadrant of the circular plate

quadrant2
bool

If true, mesh contains the second quadrant of the circular plate

quadrant3
bool

If true, mesh contains the third quadrant of the circular plate

quadrant4
bool

If true, mesh contains the forth quadrant of the circular plate

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition