| sdleiF | |
float geom_density0.01 .. 100 default=3.0 | DensityThe number of samples (per unit length in one dimension) that affects the precision of estimation of geometrical properties. |
| snoitcnuF | |
| function area()returns float | area |
| function forModel(Model)returns ModelGeometry | The returned ModelGeometry object can be used to calculate geometric properties (volume, area, sizes) of the associated model. The density is copied from the current global ModelGeometry.geom_density on object creation. |
| function sizesAndAxes()returns Vector | sizesAndAxesThe returned vector contains XYZ (sizes) and Orient (axes) objects. |
| function volume()returns float | volume |
| function voxels()returns Vector | voxelsReturns a Vector of Pt3D objects from a regular 3D grid (sampled according to ModelGeometry.geom_density) that are inside of the Model body (Parts and Joints). |