CRA_Assembly.from_rhinomeshes

CRA_Assembly.from_rhinomeshes(guids, identify_interfaces=False)

Construct an assembly from Rhino meshes.

Parameters:
guidslist[str]

A list of GUIDs identifying the meshes representing the blocks of the assembly.

Returns:
Assembly

Examples

>>> assembly = Assembly()
>>> guids = compas_rhino.select_meshes()
>>> assembly.add_blocks_from_rhinomeshes(guids)