CircleArtist.draw

CircleArtist.draw(show_point=False, show_normal=False)[source]

Draw the circle.

Parameters
  • show_point (bool, optional) – If True, draw the center point of the circle.

  • show_normal (bool, optional) – If True, draw the normal vector of the circle.

Returns

list[System.Guid] – The GUIDs of the created Rhino objects.