Description
Geometry objects define 3D geometric shapes using CadQuery code.For the full workflow around importing, configuring, synchronizing, and analyzing Onshape-linked geometry, see Onshape Integration.
View Types
Properties Fields
boolean
No. Geometry objects do not currently support object inheritance.
string
Name of the object.
string
Short name of the object.
string
Description of the object.
string
The kind of geometry definition:
code (CadQuery), step (imported STEP file), or onshape (live link to an Onshape part studio or assembly).string
The CadQuery code that defines the geometry.For
kind: "onshape" geometries, this field holds a JSON-serialized link
payload (documentId, elementId, workspaceId, onshapeUrl, etc.) — not
CadQuery — and the geometric view shows a Source Details panel with an
“Open in Onshape” link plus a two-way-bound configuration editor for any
Onshape configuration parameters bound to this geometry.object
Mass, volume, surface area, centroid, inertia tensor, bounding box, and
principal axes resolved from the geometry. For
kind: "onshape" geometries,
these are pulled from Onshape’s /massproperties and /boundingboxes APIs
on import and on every sync; mass is stored in grams and lengths in metres.connection
A list of all Relationships this object has with other model objects.Read more about Relationships
Onshape-Linked Geometry
When a geometry haskind: "onshape", Davinci treats it as a live link
to an Onshape part studio or assembly:
- The full document subtree lives inside a tidy container under the
Library:
Onshape Document → { Part Studios, Assemblies, Drawings, References }. Configurationattributechildren sit under their owning part studio / assembly. - A status indicator (
metadata.onshape.syncState) on each geometry/ assembly tracks the sync lifecycle (idle → starting → preview → final, withfailedfor errors). The “Updating…” pill in the geometric view derives from this field, so it survives view close/open and reconnect. - Mass properties refresh automatically on import, on configuration
change, and on every Onshape webhook event (
onshape.model.lifecycle.changed). Cached by(elementId, microversion, configurationEncoded)to stay inside Onshape’s API rate-limit budget. - Edits made in Davinci to any Onshape-linked configuration attribute
push back to Onshape via
OnshapeConfigSync, which encodes the new configuration, waits for the workspace microversion to advance past the pre-change baseline, then re-tessellates and re-pulls mass properties at the new configuration. - The right-click menu on Onshape-linked objects exposes “Open in Onshape”, and the Source Details properties section shows the document/element/workspace IDs plus the last-sync timestamp.