eq_triangle_w#

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

Create an equilateral triangle of given width at a given set of coordinates.

Parameters:
widthfloat

Width value.

r_Ofloat

Radial coordinate of the triangle centre.

th_Ofloat

Angular coordinate of the triangle centre.

Returns:
this_triangleansys.motorcad.core.geometry.Region

Region type with three Line entity types.