Description: Generates a parametric surface in the project workspace under the currently activated material group node, or modifies the parametric surface named 'label' if it already exists.
Â
====import_stl({{ArgTypeString}} file_name)====
Â
''Example: import_stl("MySTLModel.STL")''
Â
Description: Imports an external STL model file to the project workspace. If the file path is not specified, the current project folder is assumed as the path.
Â
====import_dxf({{ArgTypeString}} file_name)====
Â
''Example: import_dxf("MyDXFModel.DXF")''
Â
Description: Imports an external DXF model file to the project workspace. If the file path is not specified, the current project folder is assumed as the path.
Â
====import_stp({{ArgTypeString}} file_name)====
Â
''Example: import_stp("MySTPModel.STP")''
Â
Description: Imports an external STEP model file to the project workspace. If the file path is not specified, the current project folder is assumed as the path.
Â
====import_igs({{ArgTypeString}} file_name)====
Â
''Example: import_igs("MyIGSModel.IGS")''
Â
Description: Imports an external IGES model file to the project workspace. If the file path is not specified, the current project folder is assumed as the path.
Â
====import_py({{ArgTypeString}} file_name)====
Â
''Example: import_py("MyPYModel.PY")''
Â
Description: Imports a Python geometry file to the project workspace. The default path is the Python subfolder under "Documents → EMAG".
Â
====export_stl({{ArgTypeString}} file_name)====
Â
''Example: export_stl("MySTLModel.STL")''
Â
Description: Exports the physical structure of the project workspacean to an STL model file. If the file path is not specified, the current project folder is assumed as the path.
Â
====export_dxf({{ArgTypeString}} file_name)====
Â
''Example: export_dxf("MyDXFModel.DXF")''
Â
Description: Exports the physical structure of the project workspacean to a DXF model file. If the file path is not specified, the current project folder is assumed as the path.
Â
====export_py({{ArgTypeString}} file_name)====
Â
''Example: export_py("MyPYModel.PY")''
Â
Description: Exports the physical structure of the project workspace or the current object selection to a Python geometry file. The default path is the Python subfolder under "Documents → EMAG".
== EM.Cube's Python Functions for Geometric Object Transformation ==