FemMesh.CreateSquarePlateWithCircularHole (Double, Point3D, Double, Material) 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
)
This language is not supported or no code example is available.
public void CreateSquarePlateWithCircularHole( 
double size
Point3D center
double radius
Material material 
)
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

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition