Windcomponentdata

WindComponentData interface

Data specification for WindComponent, see ComponentManager.create() on how to create a component

Signature:

export interface WindComponentData extends Component3DData 

Extends: Component3DData

Properties

PropertyModifiersTypeDescription
divisions?number(Optional) Higher values result in a more detailed mesh on the vertical axis. Defaults to 10
height?number(Optional) Height of the wind spiral. Defaults to 40
id?string(Optional) if not provided, an auto id will be generated
lineHeight?number(Optional) Height of the spiral lines. Defaults to 7
linewidth?number(Optional) Width of the spiral lines. Defaults to 0.15
name?string(Optional) name for the component. Defaults to ""
position?XYZ(Optional) Position of the component in the space. Defaults to {x: 0, y: 0, z: 0}
radius?number(Optional) Radius of the spiral. Defaults to 7
type"wind"