Section.rect
From Nemesis
(Difference between revisions)
(→Parameters) |
|||
| Line 17: | Line 17: | ||
|w || Width ||align="center"| float ||align="center"|- | |w || Width ||align="center"| float ||align="center"|- | ||
|- | |- | ||
| − | h || Height | + | |h || Height ||align="center"| float ||align="center"|- |
|} | |} | ||
Latest revision as of 20:07, 29 January 2007
The following article describes the use of the section.rect command. This command is used to introduce a new rectangular section.
Contents |
[edit] Syntax
section.rect(id,w,h)
[edit] Parameters
| Parameter | description | type | default |
|---|---|---|---|
| id | The section's id | integer | - |
| w | Width | float | - |
| h | Height | float | - |
[edit] Examples
Create a rectangular cross-section.
section.rect( 7, 0.25, 0.5)
[edit] Comments
[edit] See also
- section module.
- User guide.