Description. Surface simplification using quadric error metrics
Plugin Status. Experimental
Categories. All Plugins, Experimental Plugins, Polyhedron Plugins
Table B.286. QSlim Properties
Label | Description | Type | Script Name |
---|---|---|---|
Input Mesh | Input mesh | k3d::mesh* | input_mesh |
Output Mesh | Output mesh | k3d::mesh* | output_mesh |
Surface Material | Surface material | k3d::inode* | material |
Face Count | Desired number of outputs faces. | k3d::int32_t | face_count |
Contraction type | Stop function | k3d::string_t | contraction_type |
Placement policy | Placement policy (optimal, line, endpoint or midpoint, endpoints) | k3d::string_t | placement_policy |
Quadric weighting | Quadric weighting policy (uniform, area, angle) | k3d::string_t | quadric_weighting |
Boundary weight | Use boundary preservation planes with given weight | k3d::double_t | boundary_weight |
Compactness ratio | Compactness ratio | k3d::double_t | compactness_ratio |
Meshing penalty | Penalty for bad meshes | k3d::double_t | meshing_penalty |