Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / FemMesh Class / CreateSquarePlateWithCircularHole Method / CreateSquarePlateWithCircularHole(Double,Point3D,Double,Material,Boolean,Boolean,Boolean,Boolean) Method
Side size
Plate center
Radius size
Elements material
If true, mesh contains the first quadrant of the circular plate
If true, mesh contains the second quadrant of the circular plate
If true, mesh contains the third quadrant of the circular plate
If true, mesh contains the forth quadrant of the circular plate

In This Topic
    CreateSquarePlateWithCircularHole(Double,Point3D,Double,Material,Boolean,Boolean,Boolean,Boolean) 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, _
       ByVal quadrant1 As Boolean, _
       ByVal quadrant2 As Boolean, _
       ByVal quadrant3 As Boolean, _
       ByVal quadrant4 As Boolean _
    ) 
    public void CreateSquarePlateWithCircularHole( 
       double size,
       Point3D center,
       double radius,
       Material material,
       bool quadrant1,
       bool quadrant2,
       bool quadrant3,
       bool quadrant4
    )

    Parameters

    size
    Side size
    center
    Plate center
    radius
    Radius size
    material
    Elements material
    quadrant1
    If true, mesh contains the first quadrant of the circular plate
    quadrant2
    If true, mesh contains the second quadrant of the circular plate
    quadrant3
    If true, mesh contains the third quadrant of the circular plate
    quadrant4
    If true, mesh contains the forth quadrant of the circular plate

    Return Value

    The 2D FemMesh object created.
    See Also