Table of Contents ▸ List of Commands ▸ 3D Meshes ▸ circle3d | ◀ chainring3d | circles3d ▶ |
circle3d
Arguments:
- _x0,_y0,_z0,_radius>=0
Description:
Input 3D circle at specified coordinates.Default values:
x0=y0=z0=0 and radius=1.
Example of use:
repeat 500 { a:=$>*pi/250 circle3d {cos(3*$a)},{sin(2*$a)},0,{$a/50} color3d[-1] ${-rgb},0.4 } add3d
