Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / FemMesh Class / CreateCircularPlate Method / CreateCircularPlate(Point3D,Double,Int32,Material) Method
Plate center
Radius size
The plate will have 12*subdivisionLevel 2 elements. subdivisionLevel must be bigger than 0
Elements material

In This Topic
    CreateCircularPlate(Point3D,Double,Int32,Material) Method
    In This Topic
    Creates a 2D circular FemMesh object.
    Syntax
    'Declaration
     
    Public Overloads Sub CreateCircularPlate( _
       ByVal center As Point3D, _
       ByVal radius As Double, _
       ByVal subdivisionLevel As Integer, _
       ByVal material As Material _
    ) 
    public void CreateCircularPlate( 
       Point3D center,
       double radius,
       int subdivisionLevel,
       Material material
    )

    Parameters

    center
    Plate center
    radius
    Radius size
    subdivisionLevel
    The plate will have 12*subdivisionLevel 2 elements. subdivisionLevel must be bigger than 0
    material
    Elements material

    Return Value

    The circular FemMesh object created.
    See Also