Tool
Surface
Intersection
Transform
Image
Vector
Toolset
Triangulation
Solid
Analysis
Panels
Curve Analysis
Render
3D Object
Primitive Curves
Boolean Operation
Text
Array
Curve Side
Find on which side of a curve a point exists
Details
ID
tool-curve-analysis-curve-side
Name
Curve Side
Group
Curve Analysis
Package
Tool
Keywords
Input ports
| Name | Type | Description | Default Value |
|---|---|---|---|
| Curve | Curve | Base curve | |
| Point | Point | Point to measure | |
| Plane | Plane | Optional plane to measure in. If omitted, the curve plane will be used | "XY" |
Output ports
| Name | Type | Description |
|---|---|---|
| Side | Number | Side of curve on which point was found (-1=Left, 0=Coincident, +1=Right) |
| Left | Boolean | Boolean indicating whether a point is to the left of the curve |
| Right | Boolean | Boolean indicating whether a point is to the right of the curve |
Upon connecting the necessary inputs, the "Curve Side" node will provide an output indicating on which side of the curve the designated point was located. A value of -1 denotes that the point is situated on the left of the curve, a value of 0 indicates that the point coincides with the curve, and a value of 1 signifies that the point is on the right of the curve. Additionally, the second and third output ports return Boolean values, respectively indicating whether the point is to the left or right of the curve.
Point In Curve
Closed
Curve Length
End Points