ProfileStripe
ProfileStripe - CreateProfileStripe_CreateFromValues
Creates a new ProfileStripe object.
IN
| Name | Type | Description |
|---|---|---|
| InPosition1 | Float | First X coordinate. |
| InPosition2 | Float | Second X coordinate. |
| InWidth | Float | Width. |
| 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 |
|---|---|---|
| OutProfileStripe | ProfileStripe | The ProfileStripe instance. |
| Error | ErrorState | Gets the execution error message |