Description |
Generates a decimated version of a shape |
Lua synopsis |
int decimatedShape = simOpenMesh.decimate(int inputShape, map params = nil) |
Lua arguments |
shapeHandle: the handle of the shape
params: a map with optional parameters. Can be nil. Allowed parameters are:
- percentage (default: 0.8)
|
Lua return values |
decimatedShape: the decimated shape |
Python synopsis |
int decimatedShape = simOpenMesh.decimate(int inputShape, dict params = None) |