Test a curve for planarity
ID
tool-curve-analysis-planar
Name
Planar
Group
Curve Analysis
Package
Tool
Keywords
Render
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
Inputs
Name | Type | Description | Default Value |
---|---|---|---|
curve | Curve | Curve to evaluate |
Outputs
Name | Type | Description |
---|---|---|
planar | Boolean | Planarity of curve |
plane | Any | Curve plane |