CRA_Assembly.from_rhinomeshes
- CRA_Assembly.from_rhinomeshes(guids, identify_interfaces=False)[source]
Construct an assembly from Rhino meshes.
- Parameters
guids (list[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)