WindComponentData interface
Data specification for WindComponent, see ComponentManager.create() on how to create a component
Signature:
export interface WindComponentData extends Component3DData Extends: Component3DData
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
number |
(Optional) Higher values result in a more detailed mesh on the vertical axis. Defaults to 10 | ||
|
number |
(Optional) Height of the wind spiral. Defaults to 40 | ||
|
string |
(Optional) if not provided, an auto id will be generated | ||
|
number |
(Optional) Height of the spiral lines. Defaults to 7 | ||
|
number |
(Optional) Width of the spiral lines. Defaults to 0.15 | ||
|
string |
(Optional) name for the component. Defaults to "" | ||
|
(Optional) Position of the component in the space. Defaults to {x: 0, y: 0, z: 0} | |||
|
number |
(Optional) Radius of the spiral. Defaults to 7 | ||
|
"wind" |