Tool
Surface
Vector
Transform
Primitive Curves
Curve Analysis
Toolset
Triangulation
Boolean Operation
Panels
Solid
Intersection
Text
Image
Analysis
Array
Extremes
Returns the extremes (highest and lowest points) on a curve
Details
ID
tool-analysis-extremes
Name
Extremes
Group
Analysis
Package
Tool
Keywords
Input ports
| Name | Type | Description | Default Value |
|---|---|---|---|
| Geometry | Geometry | Base geometry | |
| Plane | Plane | Plane for extreme direction | ()=>j2("XY") |
Output ports
| Name | Type | Description |
|---|---|---|
| Highest | Point | Highest point on curve |
| Lowest | Point | Lowest point on curve |
After creating a node, connect the geometry whose extremes you want to find to the first port. To the second port, connect the plane for extreme direction. On the output ports, you will get a geometry highest and lowest points.
Bounding Box\