You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: kittycad/__init__.py
+20-20Lines changed: 20 additions & 20 deletions
Original file line number
Diff line number
Diff line change
@@ -663,7 +663,7 @@ def create_text_to_cad(
663
663
*,
664
664
kcl: Optional[bool] =None,
665
665
) ->TextToCad:
666
-
"""Because our source of truth for the resulting model is a STEP file, you will always have STEP file contents when you list your generated models. Any other formats you request here will also be returned when you list your generated models.
666
+
"""Because our source of truth for the resulting model is a STEP file, you will always have STEP file contents when you list your generated parts. Any other formats you request here will also be returned when you list your generated parts.
667
667
668
668
This operation is performed asynchronously, the `id` of the operation will be returned. You can use the `id` returned from the request to get status information about the async operation from the `/async/operations/{id}` endpoint.
"""This endpoint can iterate on multi-file models.
1023
+
"""This endpoint can iterate on multi-file projects.
1024
1024
1025
1025
Even if you give specific ranges to edit, the model might change more than just those in order to make the changes you requested without breaking the code.
"""Because our source of truth for the resulting model is a STEP file, you will always have STEP file contents when you list your generated models. Any other formats you request here will also be returned when you list your generated models.
1304
+
"""Because our source of truth for the resulting model is a STEP file, you will always have STEP file contents when you list your generated parts. Any other formats you request here will also be returned when you list your generated parts.
1305
1305
1306
1306
This operation is performed asynchronously, the `id` of the operation will be returned. You can use the `id` returned from the request to get status information about the async operation from the `/async/operations/{id}` endpoint.
"""This endpoint can iterate on multi-file models.
1661
+
"""This endpoint can iterate on multi-file projects.
1662
1662
1663
1663
Even if you give specific ranges to edit, the model might change more than just those in order to make the changes you requested without breaking the code.
0 commit comments