Unpacking Results
Last updated
Last updated
Component
Description
Unpack Model
Unpacks the Asterisk model into geometry & data
Edge Data
Retrieves edges and all of the data on those edges
Edges By Typology
Dispatches edges into separate streams based on edge type
To get at the geometry of the data returned from the Asterisk Server, you will need to use the Unpack Model component. This will get you various objects:
Outputs
Description
Nodes
Points of end-to-end connection of beams and columns within the structural wireframe
Edges
Asterisk Edge objects that will be unpacked further, contains beams and columns
Massings
The massings of the iteration in mesh format
Core
The cores of the iteration in mesh format
Edges can be unpacked further using one of the two Edge components.
Arguably the quickest of the two to understand: dispatches edges by edge type.
Sends all edges in a single stream with data in parallel which can be used to annotate/dispatch elements as needed. When combined with the set & remap components, an easy way to retrieve and illustrate the iteration’s structural data.