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

Public Attributes | |
| uint32_t | struct_version |
| const void * | p_next |
| occtl_node_id_t | wire |
| const occtl_node_id_t * | vertices |
| size_t | vertex_count |
| double | distance1 |
| double | distance2 |
Options for occtl_topo_wire_chamfer_2d.
The source Wire must be planar. The resulting outer Wire is inserted into the same graph as a new Wire node; the source wire is not modified.
| double occtl_topo_wire_chamfer_2d_options::distance1 |
Distance from corner along the first adjacent edge.
| double occtl_topo_wire_chamfer_2d_options::distance2 |
Distance from corner along the second adjacent edge.
| const void* occtl_topo_wire_chamfer_2d_options::p_next |
Reserved; set to NULL.
| uint32_t occtl_topo_wire_chamfer_2d_options::struct_version |
Must be OCCTL_TOPO_WIRE_CHAMFER_2D_OPTIONS_VERSION_1.
| size_t occtl_topo_wire_chamfer_2d_options::vertex_count |
Number of entries in vertices.
| const occtl_node_id_t* occtl_topo_wire_chamfer_2d_options::vertices |
Optional Vertex node IDs. Borrowed.
| occtl_node_id_t occtl_topo_wire_chamfer_2d_options::wire |
Source planar Wire node ID.