FOIL PARABOLIC REFLECTOR WIZARD PARAMETERS
{| 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
|}