Changes
{| border="0"
|-
| 70
| axial length of the primitive parabola
|}
== Trihedral Reflector Wizard ==
ICON: [[File:trihed icon.png]]
MENU: '''Tools → Component Wizards → Trihedral Reflector'''
MODULE(S): [[CubeCAD]], [[EM.Tempo]], [[EM.Illumina]], [[EM.Ferma]], [[EM.Libera]]
FUNCTION: Creates the parameterized geometry of a Trihedral corner reflector in the project workspace
NOTES, SPECIAL CASES OR EXCEPTIONS: The aperture diameter of the reflector is determined based on the focal and axial lengths of the primitive parabola.
PYTHON COMMAND(S): emag_trihedral_reflector(side)
TRIHEDRAL REFLECTOR WIZARD PARAMETERS
{| border="0"
|-
| valign="top"|
|-
{| class="wikitable"
|-
! scope="col"| Parameter Name
! scope="col"| Value Type
! scope="col"| Units
! scope="col"| Default Value
! scope="col"| Notes
|-
! scope="row" | side
| real numeric
| project units
| 100
| square wall dimensions
|}
== Particle Cloud Wizard ==
ICON: [[File:trihed icon.png]]
MENU: '''Tools → Component Wizards → Particle Cloud'''
MODULE(S): [[CubeCAD]], [[EM.Tempo]], [[EM.Illumina]], [[EM.Ferma]], [[EM.Libera]]
FUNCTION: Creates the parameterized geometry of a random cloud of regular polygon particles contained in an ellipsoid region
NOTES, SPECIAL CASES OR EXCEPTIONS: The aperture diameter of the reflector is determined based on the focal and axial lengths of the primitive parabola.
PYTHON COMMAND(S):
emag_particle_cloud(n_sides,side_length,cont_radius_x,cont_radius_y,cont_radius_z,n_elements)
emag_particle_cloud_cad(n_sides,side_length,cont_radius_x,cont_radius_y,cont_radius_z,n_elements)
PARTICLE CLOUD WIZARD PARAMETERS
{| border="0"
|-
| valign="top"|
|-
{| class="wikitable"
|-
! scope="col"| Parameter Name
! scope="col"| Value Type
! scope="col"| Units
! scope="col"| Default Value
! scope="col"| Notes
|-
! scope="row" | n_sides
| integer numeric
| -
| 4
| number of sides of the regular polygon particle
|-
! scope="row" | side_length
| real numeric
| project units
| 2
| side length of the regular polygon particle
|-
! scope="row" | cont_radius_x
| real numeric
| project units
| 200
| radius of the ellipsoid container along X
|-
! scope="row" | cont_radius_y
| real numeric
| project units
| 200
| radius of the ellipsoid container along Y
|-
! scope="row" | cont_radius_z
| real numeric
| project units
| 100
| radius of the ellipsoid container along Z
|-
! scope="row" | n_elements
| integer numeric
| -
| 100
| total number of particles
|}
== Sierpinski Wizard ==
ICON: [[File:sierpin icon.png]]
MENU: '''Tools → Component Wizards → Sierpinski Strip'''
MODULE(S): [[CubeCAD]], [[EM.Tempo]], [[EM.Illumina]], [[EM.Ferma]], [[EM.Picasso]], [[EM.Libera]]
FUNCTION: Creates the geometry of a Sierpinski triangle fractal in the project workspace
NOTES, SPECIAL CASES OR EXCEPTIONS: A dialog asks you to enter values for the key size and number of fractal levels. The wizard creates the Sierpinski triangle as a large set of smaller triangles, which cannot be modified using variables afterwards. You may want to group the set of all the triangles as a single composite object.
PYTHON COMMAND(S): emag_sierpinski(key_size,levels)
PARTICLE CLOUD WIZARD PARAMETERS
{| border="0"
|-
| valign="top"|
|-
{| class="wikitable"
|-
! scope="col"| Parameter Name
! scope="col"| Value Type
! scope="col"| Units
! scope="col"| Default Value
! scope="col"| Notes
|-
! scope="row" | key_size
| real numeric
| project units
| 100
| side length of the largest (outermost) triangle
|-
! scope="row" | levels
| integer numeric
| -
| 3
| number of fractal levels
|}