square#

ansys.motorcad.core.geometry_shapes.square(width, r_O, th_O)#

Create a square of given width at a given set of coordinates.

Parameters:
widthfloat

Width value.

r_Ofloat

Radial coordinate of the square centre.

th_Ofloat

Angular coordinate of the square centre.

Returns:
this_squareansys.motorcad.core.geometry.Region

Region type with four Line entity types.