|
OCCT-Light 0.1
C ABI and C++ veneer for multi-language CAD workflows
|
#include <occtl_topo.h>

Public Attributes | |
| uint32_t | struct_version |
| const void * | p_next |
| occtl_node_id_t | root |
| occtl_transform_t | placement |
Info for occtl_topo_make_product.
When root == OCCTL_NODE_ID_INVALID, an empty product is created. Otherwise the product wraps root with placement as a shape root.
| const void* occtl_topo_make_product_info::p_next |
Reserved; set to NULL.
| occtl_transform_t occtl_topo_make_product_info::placement |
Placement of the root, or identity.
| occtl_node_id_t occtl_topo_make_product_info::root |
Topology root node, or all-zero for empty product.
| uint32_t occtl_topo_make_product_info::struct_version |
Must be OCCTL_TOPO_MAKE_PRODUCT_INFO_VERSION_1.