Tool
Solid
Vector
Surface
Transform
Triangulation
Boolean Operation
Array
Render
3D Object
Curve Analysis
Panels
Text
Image
Primitive Curves
Toolset
Intersection
Analysis
Planar
Test a curve for planarity
Details
ID
tool-curve-analysis-planar
Name
Planar
Group
Curve Analysis
Package
Tool
Keywords
Input ports
| Name | Type | Description | Default Value |
|---|---|---|---|
| Curve | Curve | Curve to evaluate |
Output ports
| Name | Type | Description |
|---|---|---|
| Boolean | Boolean | Planarity of curve |
| Plane | Any | Curve plane |
After creating the node, connect the curve to the port for a coplanarity test. The first output will be a boolean ( True/False) indicating whether the curve is coplanar or not, True if the curve is coplanar. The second output returns the plane if the curve is coplanar. Planar node is useful in situations where you want to check if a curve is coplanar before applying certain operations, or if you want to filter out non-planar curves in a list of inputs.
Closed
Curve Length
Curve Middle Point
End Points