Artisan Grasshopper
Default Values
4 components in Artisan › Default Values.
Default Value Bool
Outputs Bool when it has data; otherwise outputs Default Bool.
Nickname: DefaultBool · Tab: Artisan › Default Values
Inputs
| Name | Nickname | Type | Access | Description |
|---|---|---|---|---|
| Bool (optional) | Bool | Boolean | item | The boolean. If it has data, it is passed through. |
| Default Bool (optional) | Default Bool | Boolean | item | Fallback boolean used when Bool has no data. |
Outputs
| Name | Nickname | Type | Access | Description |
|---|---|---|---|---|
| Bool | Bool | Boolean | item | Bool if present, otherwise Default Bool. |
Default Value Double
Outputs Double when it has data; otherwise outputs Default Double.
Nickname: DefaultDouble · Tab: Artisan › Default Values
Inputs
| Name | Nickname | Type | Access | Description |
|---|---|---|---|---|
| Double (optional) | Double | Number | item | The number. If it has data, it is passed through. |
| Default Double (optional) | Default Double | Number | item | Fallback number used when Double has no data. |
Outputs
| Name | Nickname | Type | Access | Description |
|---|---|---|---|---|
| Double | Double | Number | item | Double if present, otherwise Default Double. |
Default Value Int
Outputs Value when it has data; otherwise outputs Default Value.
Nickname: DefaultInt · Tab: Artisan › Default Values
Inputs
| Name | Nickname | Type | Access | Description |
|---|---|---|---|---|
| Int (optional) | Int | Integer | item | The integer. If it has data, it is passed through. |
| Default Int (optional) | Default Int | Integer | item | Fallback integer used when Int has no data. |
Outputs
| Name | Nickname | Type | Access | Description |
|---|---|---|---|---|
| Int | Int | Integer | item | Int if present, otherwise Default Int. |
Default Value String
Outputs String when it has data; otherwise outputs Default String.
Nickname: DefaultString · Tab: Artisan › Default Values
Inputs
| Name | Nickname | Type | Access | Description |
|---|---|---|---|---|
| String (optional) | String | Text | item | The text. If it has data, it is passed through. |
| Default String (optional) | Default String | Text | item | Fallback text used when String has no data. |
Outputs
| Name | Nickname | Type | Access | Description |
|---|---|---|---|---|
| String | String | Text | item | String if present, otherwise Default String. |