[Mesh Python] Mesh.show() returns python object, update documentation for Mesh.show(), Part.show(), and Points.show()

This commit is contained in:
mwganson
2025-01-25 13:14:32 -06:00
committed by Chris Hennes
parent d5b0f686e1
commit a85756b1c9
3 changed files with 5 additions and 5 deletions

View File

@@ -425,7 +425,8 @@ public:
"read(string) -- Load the file and return the shape."
);
add_varargs_method("show",&Module::show,
"show(shape,[string]) -- Add the shape to the active document or create one if no document exists."
"show(shape,[string]) -- Add the shape to the active document or create one if no document exists.\n"
"Returns document object."
);
add_varargs_method("getFacets",&Module::getFacets,
"getFacets(shape): simplified mesh generation"