# Rhino Geometry Error

<figure><img src="https://1332114379-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FXMvtGN1e7aVBIxLxVC0n%2Fuploads%2FVAOyXIv8DR4S8CXsOGmu%2F9..png?alt=media&#x26;token=9b594a9e-6b48-453f-8d10-63afeca34f56" alt=""><figcaption></figcaption></figure>

This error means that the object with the specified Id in your Rhino model is unable to be processed in its current state. Of the few reasons why this can happen, the most common case is where the domain of the edges making up the polysurface is extremely disproportionate to their lengths.&#x20;

A common way to correct this is to select the object with the specified Id and rebuild it.&#x20;

* First use the `SelID` command with the provided id to select the object.
* Use the `DupFaceBorder` command and select the face that represents the floor of your object.
* Use the `SimplifyCrv` command and `Reparameterize` command with the `Automatic` option.
* use `ExtrudeCrv` command or anything else you need to rebuild your massing geometry. Make sure you use `ConvertExtrusion` if you end up with an extrusion, to ensure you have a polysurface at the end.

<figure><img src="https://1332114379-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FXMvtGN1e7aVBIxLxVC0n%2Fuploads%2FnLq5fZbqcMttyXydfmrW%2FReparametrizeCurve.gif?alt=media&#x26;token=a2959855-d9de-4dcd-8700-ddac25641ace" alt=""><figcaption></figcaption></figure>
