Eyeshot 10 WinForms API Reference
CreateSquarePlateWithCircularHole(Double,Point3D,Double,Material) Method

WinForms Assembly > devDept.Eyeshot.Entities Namespace > FemMesh Class > CreateSquarePlateWithCircularHole Method : CreateSquarePlateWithCircularHole(Double,Point3D,Double,Material) Method
Side size
Plate center
Radius size
Elements material
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

Reference

FemMesh Class
FemMesh Members
Overload List