Skip to content

NodesOperations

Diego Jesus edited this page May 27, 2019 · 1 revision

Nodes

Operation Node

Contains a procedural operation that is applied individually to each input procedural object.

Construction Arguments

  • operation: The name of the operation to be performed. See below.

Execution Arguments

Depends on the arguments required by the contained operation.

Input Interface Node

Routes procedural objects to a specific interface in the procedural operation contained in an Operation Node.

Construction Arguments

  • interface: name of the input procedural operation interface
  • offset: index among the interfaces with the same name

Execution Arguments

None

Output Interface Node

Takes procedural objects from a specific interface in the procedural operation contained in an Operation Node.

Construction Arguments

  • interface: name of the output procedural operation interface
  • offset: index among the interfaces with the same name

Execution Arguments

None

Operations

Create Rect Geometry

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

Extrude Geometry

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.

Triangulate Geometry

Triangulates all faces of a geometry. Doesn't take any parameters.