ProfileSection
ProfileSection - CreateProfileSection_CreateFromValues
Creates a new ProfileSection object.
IN
| Name | Type | Description |
|---|---|---|
| InPosition1 | Float | First X coordinate. |
| InPosition2 | Float | Second X coordinate. |
| InWidth | Float | Section width. |
| Name | String | Set the tool's name |
| Enable | Bool | Sets if current tool is enabled or not |
OUT
| Name | Type | Description |
|---|---|---|
| OutProfileSection | ProfileSection | The ProfileSection instance. |
| Error | ErrorState | Gets the execution error message |