DATAKIT SDK  V2026.3
How to use Construction Tree

A Dtk_Node is an object representing an element in the construction tree of a part.

Each Dtk_Node has a type and children and several attributes in Dtk_Info that you can get with Dtk_Node::GetInfos() method.
Following the type of node returned by Dtk_Node::GetNodeFullType(), you have to call the corresponding method (Dtk_Node::GetDtk_BodyPtr(), Dtk_Node::GetDtk_MeshPtr()...) to get the full information.

Note
The full data is read from the input CAD file only at Dtk_Node::GetDtk_***Ptr call to limit memory consumption.

Geometries

Attributes

Model presentation

PMIs and Drawings

Selections and Groups

Miscellaneous