Deepform Docs
  • Set up deepform
    • Create Deepform Account
    • Start Subscription
  • Explorations
    • Start Exploration
      • Creating an Exploration
      • Geometry Processing Errors
        • Unsupported File Error
        • File Read Error
        • No Valid Objects
        • Invalid Unit Error
        • Building Coverage Processing Error
        • Maximum Object Limit Error
        • No Objects Above Grade Error
        • No Objects Parallel to Ground Plan Error
        • Rhino Geometry Error
        • Malformed Rhino Geometry Error
        • Internal Error
        • Service Unavailable
        • Model Error
    • Exploration Settings
      • Zoning Data Settings
      • Building Design Data
    • Data Visualization
      • Test-fit basic zoning requirements
      • Parking Space exploration
      • Floor Area Exploration
  • Rhino 3D Modeling Guide
    • Introduction
    • Model Placement
    • Creating Objects
    • Creating Floor Levels
    • Creating Special Object Types
    • Creating Objects Above/Below Grade
    • Creating Parking Spaces
    • Set Object Layers
    • File Saving
  • Account Settings
    • Account
      • Manage password
      • Delete account
      • Manage account name
    • Billing
      • Subscriptions
      • Payment details
      • Invoices / Receipts
  • FAQ
    • General FAQ
  • Policy
    • Terms of Service
    • Privacy Policy
    • Cookie Policy
Powered by GitBook
On this page
  1. Explorations
  2. Start Exploration
  3. Geometry Processing Errors

Rhino Geometry Error

PreviousNo Objects Parallel to Ground Plan ErrorNextMalformed Rhino Geometry Error

Last updated 2 years ago

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.

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

  • 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.