Relations
ShapeRegion - Contains
Returns true if the point is contained in the ShapeRegion, false otherwise.
IN
| Name | Type | Description |
|---|---|---|
| InShapeRegion | ShapeRegion | The input ShapeRegion |
| InPoint | Point2D | Point to check. |
| Name | String | Set the tool's name |
| Enable | Bool | Sets if current tool is enabled or not |
OUT
| Name | Type | Description |
|---|---|---|
| OutBool | Bool | True if the point is contained in the ShapeRegion, false otherwise. |
| Error | ErrorState | Gets the execution error message |