# Rhino IFC Tools

### IFC Detect Structural Analysis

**`ggIFCDetectStructuralAnalysis`**

### IFC 3d Print

The **IFC3dPrint** command looks to aid converting IFC files into a format in-which is suitable for 3D printing.

After selecting the command, It will prompt you to pick an IFC file, a printing scale and minimum thickness (defaults to 2mm). It will then prompt you to write out an IFC file with the substitutions.

You can import that into Rhino, and scale it down using the standard rhino commands as required.

### IFC Version

**`ggIFCVersion`**

### IFC Reset Model

**`ggIFCResetModel`**

### IFC Clean Rhino File

**`ggIFCCleanRhinoFile`**


---

# 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://technical.geometrygym.com/rhino-grasshopper/ifc/ifc-for-rhino/rhino-ifc-tools.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.
