rhino_block_define
Creates a block definition from selected objects, replacing them with an instance at the base point if requested.
Instructions
Create a block definition from a list of objects.
Standalone uses ``rhino3dm.InstanceDefinitionGeometry`` to register
the geometry under ``name``. Bridge mode mirrors that and additionally
replaces the source objects with a single instance at the base point
when ``replace_objects=True``.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||