Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • IceSL documentation IceSL documentation
  • Project information
    • Project information
    • Activity
    • Members
  • Wiki
    • Wiki
  • Activity
Collapse sidebar
  • mfx
  • IceSL documentationIceSL documentation
  • Wiki
  • Scripting language

Scripting language · Changes

Page history
Update Scripting language authored Mar 07, 2023 by Salim Perchy's avatar Salim Perchy
Hide whitespace changes
Inline Side-by-side
Scripting-language.md
View page @ 0922415a
...@@ -786,7 +786,7 @@ Creates a solid voxel volume from ```shape``` or ```tex3d``` where each voxel me ...@@ -786,7 +786,7 @@ Creates a solid voxel volume from ```shape``` or ```tex3d``` where each voxel me
```to_voxel_solid(tex3d, boxMin, boxMax)``` ```to_voxel_solid(tex3d, boxMin, boxMax)```
Creates a solid voxel volume from ```tex3d```. ```boxMin``` and ```boxMax``` specify the volume in space to create the solid. Values in ```tex3d``` above ```0.5``` are considered solid, otherwise they are considered empty. Creates a solid voxel volume from ```tex3d```. ```boxMin``` and ```boxMax``` specify the volume in space to create the solid. Values in ```tex3d``` below```0.5``` are considered solid, otherwise they are considered empty.
```to_voxel_distance_field(shape, voxSize)``` ```to_voxel_distance_field(shape, voxSize)```
......
Clone repository
  • Plugin system
  • Printer profile
  • Scripting language