OCCT-Light 0.1
C ABI and C++ veneer for multi-language CAD workflows
Loading...
Searching...
No Matches
occtl_topo_make_product_info Struct Reference

#include <occtl_topo.h>

Collaboration diagram for occtl_topo_make_product_info:

Public Attributes

uint32_t struct_version
 
const void * p_next
 
occtl_node_id_t root
 
occtl_transform_t placement
 

Detailed Description

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.

Member Data Documentation

◆ p_next

const void* occtl_topo_make_product_info::p_next

Reserved; set to NULL.

◆ placement

occtl_transform_t occtl_topo_make_product_info::placement

Placement of the root, or identity.

◆ root

occtl_node_id_t occtl_topo_make_product_info::root

Topology root node, or all-zero for empty product.

◆ struct_version

uint32_t occtl_topo_make_product_info::struct_version

Must be OCCTL_TOPO_MAKE_PRODUCT_INFO_VERSION_1.


The documentation for this struct was generated from the following file: