Section.rect
From Nemesis
The following article describes the use of the section.rect command. This command is used to introduce a new rectangular section.
Contents |
Syntax
section.rect(id,w,h)
Parameters
Parameter | description | type | default |
---|---|---|---|
id | The section's id | integer | - |
w | Width | float | - |
h | Height | float | - |
Examples
Create a rectangular cross-section.
section.rect( 7, 0.25, 0.5)
Comments
See also
- section module.
- User guide.