Changes

Glossary of EM.Cube's Standard Geometric Objects

1,722 bytes added, 20:50, 11 September 2016
/* Surface Generator */
PYTHON COMMAND: param_surface(label,x0,y0,z0,orientation,start_1,stop_1,step_1,start_2,stop_2,step_2,function)
 
PARAMETRIC SURFACE PARAMETERS
{| class="wikitable"
|-
! scope="col"| Parameter Name
! scope="col"| Value Type
! scope="col"| Units
! scope="col"| Default Value
! scope="col"| Notes
|-
! scope="row" | LCS_X
| real numeric
| project units
| -
| X-coordinates of the surface
|-
! scope="row" | LCS_Y
| real numeric
| project units
| -
| Y-coordinates of the surface
|-
! scope="row" | LCS_Z
| real numeric
| project units
| -
| Z-coordinates of the surface
|-
! scope="row" | rot_X
| real numeric
| degrees
| 0
| local rotation about X-axis
|-
! scope="row" | rot_Y
| real numeric
| degrees
| 0
| local rotation about Y-axis
|-
! scope="row" | rot_Z
| real numeric
| degrees
| 0
| local rotation about Z-axis
|-
! scope="row" | orientation
| three options: XY, YZ or ZX
| -
| XY
| the coordinate plane in which the parametric surface is drawn
|-
! scope="row" | start_1
| real numeric
| project units
| 0
| start value of range of the first coordinate variable
|-
! scope="row" | stop_1
| real numeric
| project units
| 10
| stop value of range of the first coordinate variable
|-
! scope="row" | step_1
| integer numeric
| project units
| 1
| step value of range of the first coordinate variable
|-
! scope="row" | start_2
| real numeric
| project units
| 0
| start value of range of the second coordinate variable
|-
! scope="row" | stop_2
| real numeric
| project units
| 10
| stop value of range of the second coordinate variable
|-
! scope="row" | step_2
| integer numeric
| project units
| 1
| step value of range of the second coordinate variable
|-
! scope="row" | expression
| text string
| -
| sin(pi*x/5)*sin(pi*y/5)
| mathematical expression in two local coordinate variables
|}
<table>
28,333
edits