mesh:wireframe
Version: 0.0.0
Description
Take a mesh and extracts its sharp edges, using pin 1 value as a threshold angle.
Inputs
| Input | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 Required | mesh | abstract_meshed_region | |
| Pin 1 Required | threshold | double | angle threshold in radian that will trigger an edge detection. |
Outputs
| Output | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 | wireframe | abstract_meshed_region |
Configurations
| Name | Expected type(s) | Default value | Description |
|---|---|---|---|
| mutex | bool | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
Scripting
Category: mesh
Plugin: core
Scripting name: wireframe
Full name: mesh.wireframe
Internal name: wireframe
License: None
Changelog
- Version 0.0.0: Initial release.