-
Notifications
You must be signed in to change notification settings - Fork 1
NodesOperations
Diego Jesus edited this page May 27, 2019
·
1 revision
Contains a procedural operation that is applied individually to each input procedural object.
- operation: The name of the operation to be performed. See below.
Depends on the arguments required by the contained operation.
Routes procedural objects to a specific interface in the procedural operation contained in an Operation Node.
- interface: name of the input procedural operation interface
- offset: index among the interfaces with the same name
None
Takes procedural objects from a specific interface in the procedural operation contained in an Operation Node.
- interface: name of the output procedural operation interface
- offset: index among the interfaces with the same name
None
Creates a rectangle in the xy plane centered at the origin.
Parameter | Type | Description |
---|---|---|
width | float | Size along the x axis |
height | float | Size along the y axis |
Extrudes all faces in a geometry along its normal by a given amount.
Parameter | Type | Description |
---|---|---|
extrusion_amount | float | The amount to extrude each face. |
Triangulates all faces of a geometry. Doesn't take any parameters.