3D-PRINTING [Package]
Primary package of the 3d_printing
extension module for Modeling.
The :3D - PRINTING
package(nicknamed :3DP
) contains:
- the customization tools for the
3d_printing
extension module - module manifest data
- dialogs and LISP APIs to import meshes from manufacturing data such as STL and 3MF as solids or face parts into the Modeling CAD application.
Package Contents
Dialogs
Name | Summary |
---|---|
3DP_FOCUS_STUDY_REGION |
Focus on a region of a mesh quality study by showing only items in a specified region of interest (box) or with similar geometry. |
3DP_MEASURE_MESH_QUALITY |
Measure the quality of a mesh with respect to the part it was derived from. |
3DP_SETTINGS |
Edit customizable module settings for the 3d printing extension. |
Variables / Parameters / Constants
Name | Summary |
---|---|
*3dp-cylinder-recognition-enabled* |
Cylinder recognition option default. |
*3dp-default-recognition-precision* |
Default precision for surface recognition {number }. |
*3dp-face-count-limit* |
Maximum number of faces {integer } an imported body can have before data reduction is enforced. |
*3dp-lightweight-model-enabled* |
Option to import STL data as lightweigth model (T ) or full model (NIL ). |
*3dp-merge-enabled* |
Merge option. |
*3dp-plane-recognition-enabled* |
Plane recognition option default. |
*user-interface-integration* |
Modeling user interface integration level {keyword } for this extension module. |
+module-id+ |
The extension module ID. |
(Generic) Functions / Macros / Accessors
Name | Summary |
---|---|
about-module |
Show the 3d_printing about information in the Modeling output textbox. |
activate-module |
Activate this module. |
deactivate-module |
Deactivate this module. |
display-module-help |
Display a module help page in the browser. |
get-available-commands |
Get a list of commands availalable for this module |
get-module-manifest |
Get the extension module manifest. |
load-module-customization |
Load or re-load the module customizations. |
module-active-p |
Predicate to termine if this extension module is active. |