ProfileRidge
ProfileRidge - CreateProfileRidge_CreateFromValues
Creates a new ProfileRidge object.
IN
| Name | Type | Description |
|---|---|---|
| InPosition | Float | X coordinate. |
| InMagnitude | Float | Magnitude. |
| InPolarity | Enum < Polarity > | Which pixels have been considered (dark or bright). |
| Name | String | Set the tool's name |
| Enable | Bool | Sets if current tool is enabled or not |
OUT
| Name | Type | Description |
|---|---|---|
| OutProfileRidge | ProfileRidge | The ProfileRidge instance. |
| Error | ErrorState | Gets the execution error message |