1Overview

Each asset definition carries one or more geometry intents. Generate filters by them, Clone enforces source/target compatibility, Audit compares actual and expected geometry and Export can optionally convert detected complex geometry only after audit passes.

Use this guide when

An asset is rejected by Generate, skipped by Clone, fails geometry audit or requires complex-geometry conversion.

2Compatibility across commands

Generate, Clone, Audit and Export ask different questions about the same geometry intent.

Feature or choiceCurrent behaviour
Generate filterRejects unsupported entity families and compares selected geometry with each definition's accepted geometry codes.The selector narrows to plausible asset types.
Clone matchingACAD/BCAD validate target geometry; DCAD duplicates one valid native source to accepted Plan X/Y placement points and preserves every source vertex Z.Each host rejects a clone mode it cannot represent safely.
Audit compatibilityNormalises official geometry kinds and reports detailed expected/found mismatch reasons.Geometry failure is traceable to a specific rule.
Complex conversionExport enables conversion only for detected complex assets after a passing audit.Conversion is an explicit deliverable choice, not a hidden modelling change.

3Resolve a geometry mismatch

Compare definition intent with actual entity structure, then choose redraw, Generate, Clone or profile correction.

Step 1
01

Inspect the definition

Use the effective profile, not a memory of the PDF.

  1. Run ADACLibrary.
  2. Find the asset and review Geometry intent, class and grouped variants.
  3. Confirm user overrides have not changed accepted geometry.
Inspect the definition in the current infrADAC interface
Image placeholderInspect the definitionShow the current infrADAC interface and result for: Use the effective profile, not a memory of the PDF.PLACEHOLDER_IMAGE_URL_GEOMETRY_AND_ASSET_COMPATIBILITY_STEP_01
Inspect the definition shown at this exact stage of the task.

4Product differences

The task is shared where possible, but selection, interface integration and model operations follow the host shown below.

infrADAC ACAD

AutoCAD object types include blocks, points, lines, 2D/3D polylines, faces, meshes and dimensions; Civil APIs may add surface access.

5Before you begin

  • Identify whether the feature is a point/multipoint, open polyline, polygon, grouped feature, annotation or dimension.
  • Check for arcs, non-planar vertices, repeated closing points and unsupported spline/Bezier content.
  • Open the active profile's Asset Library definition.

6Troubleshooting

Generate hides the intended asset

Compare the source object with the definition's Geometry list, including open/closed and grouped count. Redraw/simplify or correct an owned profile override.

Clone says the target is incompatible

In ACAD/BCAD, use a structurally compatible target. In DCAD, select one supported source and provide Plan X/Y placement points; target-geometry cloning is not available.

Audit and the model display disagree

Inspect the actual object or native element structure and the report's official geometry code. Visual appearance alone can hide grouping or non-planar data.

7Related guides