Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / FemMesh Class / CreateSquarePlateWithCircularHole Method / CreateSquarePlateWithCircularHole(Double,Point3D,Double,Material) Method
Side size
Plate center
Radius size
Elements material

In This Topic
    CreateSquarePlateWithCircularHole(Double,Point3D,Double,Material) Method
    In This Topic
    Creates a 2D squared FemMesh object with circular hole inside.
    Syntax
    'Declaration
     
    Public Overloads Sub CreateSquarePlateWithCircularHole( _
       ByVal size As Double, _
       ByVal center As Point3D, _
       ByVal radius As Double, _
       ByVal material As Material _
    ) 
    public void CreateSquarePlateWithCircularHole( 
       double size,
       Point3D center,
       double radius,
       Material material
    )

    Parameters

    size
    Side size
    center
    Plate center
    radius
    Radius size
    material
    Elements material

    Return Value

    The 2D FemMesh object created.
    See Also