Geom.radiusX()¶
Description¶
Radius of point in YOZ plane.
Syntax¶
Parameters¶
| Parameter | Type | Default Value | Mandatory | Description | 
|---|---|---|---|---|
| point | Point3 | — | Three-dimensional point. | |
| x | Number | — | x-coordinate of the point | |
| y | Number | — | y-coordinate of the point | |
| z | Number | — | z-coordinate of the point | 
Note
Can be passed either a Point3 object or separate x, y, z.
Return value¶
| Type | Description | 
|---|---|
| Number | Radius of the point relative to [0,0,0]. | 
Example¶
| JS | |
|---|---|