Create a point from cylindrical {angle,radius,elevation} coordinates
ID
tool-vector-point-cylindrical
Name
Point Cylindrical
Group
Vector
Package
Tool
Keywords
Node returns a point from cylindrical {angle,radius,elevation} coordinates
Numbers to Points
Construct Point
Inputs
Name | Type | Description | Default Value |
---|---|---|---|
Plane | Plane | Plane defining cylindrical coordinate space | |
Angle | Number | Angle in radians for rotation | 3.141592653589793 |
Radius | Number | Radius of cylinder | 10 |
Height | Number | Height of point | 10 |
Outputs
Name | Type | Description |
---|---|---|
Point | Point | Point |