Troubleshooting
Troubleshooting tips and tricks for Asterisk
General Tips
Asterisk is connecting many different services together. It's been designed to take a set of inputs and outputs that's relatively similar to what is possible.
Generally, check your document units. Very large or very small masses may throw errors in Asterisk.
Converting Geometry
If you have multiple massings that you'd like to join together, there are a few ways to convert them.
Before you get started, try BooleanUnion
to merge the massings together as one massing.
Boundary Representations
Select all massings that you'd like to join together
Use the command
MeshtoNURB
to convert all the massings to nurbs surfacesType
M
to move the original massings away (if you have not deselected them, your original massings should already be selected)Select the NURB surfaces
Type
Join
to join all the surfaces togetherType
MergeAllFaces
to combine all coplanar surfaces into one surface. (See http://docs.mcneel.com/rhino/5/help/en-us/commands/mergeallfaces.htm for more details)
Meshes
Select the meshes
Type
Join
to join the meshesType
Weld
to merge vertices in the same spot (See http://docs.mcneel.com/rhino/5/help/en-us/commands/weld.htm for more details)
The mesh procedure can be used to process a .dxf
export from Revit.
There are similar commands in Grasshopper as well.
Rhino
Plugins need to be unblocked in Rhino, please see https://wiki.mcneel.com/rhino/unblockplugin for more details.
Rhino requires the full suite of .dlls provided at https://asterisk.thorntontomasetti.com/download, so please make sure to copy and replace all the .dlls.
Grasshopper
Grasshopper requires, at a minimum, a massing representation. The rest of the fields will be default values taken from the web interface.
If your iteration isn't sending
Make sure that your Core geometry is not flush and protrudes slightly beyond both the top and bottom of your Massing geometry . Sometimes, there are issues with the boolean union of the two.
Sometimes, you'll just need to clear the iterations and try again
Last updated