STL
Referencia
- Categoría
Importación-Exportación
- Menú
This format is useful if you intend to import/export the files for CAD software. It is also commonly used for loading into 3D printing software.
Advertencia
Currently the script does not handle importing or exporting of normals and does not handle endianness, there is nothing in the STL specification about it.
Importación
Nota
The STL importer Add-on is deprecated and being replaced with the much faster Integrated STL Importer.
Propiedades
Transformación
- Escala
Value by which to scale the imported objects in relation to the world’s origin.
- Unidades de la escena
Apply current scene’s unit (as defined by unit scale) to imported data.
- Forward / Up Axis
Puesto que muchas aplicaciones utilizan un eje diferente para puntar hacia arriba, estas son conversiones de ejes para estos ajustes. Ejes forward y up – Al mapearlos a diferentes ejes, puedes convertir las rotaciones entre los ejes up y forward de las aplicaciones.
Blender utiliza Y como forward y Z como up (puesto que las vistas de frente se ven a lo largo de la dirección +Y). Por ejemplo, es común que nuestras aplicaciones utilicen Y como el eje up, en ese caso -Z forward, Y up es necesario.
Geometría
- Normales facetadas
Use (import) facet normals (note that this will still give flat shading).
Exportación
Propiedades
- ASCII
(pendiente).
- Modo por lotes
(pendiente).
Incluir (o Incluyendo)
- Sólo lo seleccionado
When checked, only selected objects are exported. Instanced objects, for example collections that are instanced in the scene, are considered “selected” when their instancer is selected.
Transformación
- Escala
Value by which to scale the exported objects in relation to the world’s origin.
- Unidades de la escena
Apply current scene’s unit (as defined by unit scale) to exported data.
- Forward / Up Axis
Puesto que muchas aplicaciones utilizan diferentes ejes para “Up”, estos ajustes son para la conversión de ejes Forward y Up – Al mapear estos a diferentes ejes, puedes convertir las rotaciones entre los ejes up y forward, por defecto, de las aplicaciones.
Blender utiliza Y Forward, Z Up (puesto que la vista frontal se ve a lo largo de la dirección +Y). Por ejemplo, es común que las aplicaciones utilicen Y como el eje up, en ese caso -Z Forward, Y Up es necesario.
Geometría
- Aplicar modificadores
Export objects using the evaluated mesh, meaning the resulting mesh after all Modifiers have been calculated.
Uso
Use the operator to import ASCII or binary STL-files, you can select multiple files at once. For exporting you can select multiple objects and they will be exported as a single STL-file. You can select between ASCII/binary file format (binary is more compact). You can also choose to enable or disable the modifiers during the export.