# Families

In Rhino, use the [panel](/beam/beam-for-rhinoceros/using-rhino-beam.md#panel) or create blocks to create families in the current Rhino document.

Families group the geometry imported into different [loadable families](/beam/beam-for-revit/beam/loadable-families.md) or [system families](/beam/beam-for-revit/beam/system-components.md) in a Revit project or Ifc file.

## Creating a new family

In Rhino, families can be created [manually ](#using-the-panel)or with Rhino [blocks](#using-blocks).

### Using the panel

* Select any number of Rhino objects and type a name in the *Family* field on the panel.
* A new family is created in the document and includes the selected geometry.
* At any time, you can add more objects to an existing family by typing its name in the *Family* field of the selected objects.
* To remove an object from a family, simply clear the *Family* field of that object.

### Using blocks

* Create a Rhino block and give it the family name.
* A new family is created in the document and includes the objects in the block.
* At any time, you can add more objects to an existing family by adding them to the block.
* To remove an object from a family, remove it from the block.

## Family category

Families can be assigned to different available categories.\
Use the [panel](/beam/beam-for-rhinoceros/using-rhino-beam.md#panel) to change a family category.<br>

![](/files/3uGyVmhkwUGRTtivLXlF)

## Accessing families in the document

To quickly view and select any family in the document, use [F](/beam/beam-for-rhinoceros/families.md#accessing-families-in-the-document) on the panel.\
Select one or more families from the list, then press Select to highlight all objects assigned to that family.

![](/files/XGH9cMwZPUdKLUR5Ksfn)

## Transfer Rhino layers and properties

The [T](#transfer-rhino-layers-and-properties) tool can automatically generate families and subcategories from Rhino layers.\
For best results, set up a clean and consistent layer structure before using this workflow.

![](/files/EnZNpH3KRE7bymAmnuG0)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://wiki.mksdtech.com/beam/beam-for-rhinoceros/families.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
