Conversions
Conversions - ConvertPoint2DArrayToPoint2DiArray
Convert an array of Point2D to an array of Point2Di (floating-point values are truncated).
IN
| Name | Type | Description |
|---|---|---|
| InPoints | Point2DArray | Input points. |
| Name | String | Set the tool's name |
| Enable | Bool | Sets if current tool is enabled or not |
OUT
| Name | Type | Description |
|---|---|---|
| OutPoint2Di | Point2DiArray | Output points. |
| Error | ErrorState | Gets the execution error message |
Conversions - ConvertPoint2DiArrayToPoint2DArray
Convert an array of Point2Di to an array of Point2D.
IN
| Name | Type | Description |
|---|---|---|
| InPositions | Point2DiArray | Input points. |
| Name | String | Set the tool's name |
| Enable | Bool | Sets if current tool is enabled or not |
OUT
| Name | Type | Description |
|---|---|---|
| OutPoint2D | Point2DArray | Output points. |
| Error | ErrorState | Gets the execution error message |
Conversions - ConvertPoint2DiToPoint2D
Convert a Point2Di to a Point2D.
IN
| Name | Type | Description |
|---|---|---|
| InPosition | Point2Di | Input point. |
| Name | String | Set the tool's name |
| Enable | Bool | Sets if current tool is enabled or not |
OUT
| Name | Type | Description |
|---|---|---|
| OutPoint2D | Point2D | Output point. |
| Error | ErrorState | Gets the execution error message |
Conversions - ConvertPoint2DToPoint2Di
Convert a Point2D to a Point2Di (floating-point values are truncated).
IN
| Name | Type | Description |
|---|---|---|
| InPoint | Point2D | Input point. |
| Name | String | Set the tool's name |
| Enable | Bool | Sets if current tool is enabled or not |
OUT
| Name | Type | Description |
|---|---|---|
| OutPoint2Di | Point2Di | Output point. |
| Error | ErrorState | Gets the execution error message |