FemMesh.CreateCircularPlate (Point3D, Double, Int32, Material) Method

Creates a 2D circular FemMesh object.
Public Sub CreateCircularPlate( _ 
ByVal center As Point3D, _ 
ByVal radius As Double, _ 
ByVal subdivisionLevel As Integer, _ 
ByVal material As Material
)
This language is not supported or no code example is available.
public void CreateCircularPlate( 
Point3D center
double radius
int subdivisionLevel
Material material 
)
This language is not supported or no code example is available.

Parameters

center
Point3D

Plate center

radius
double

Radius size

subdivisionLevel
int

The plate will have 12*subdivisionLevel 2 elements. subdivisionLevel must be bigger than 0

material
Material

Elements material

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition