|
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 | face |
| const occtl_node_id_t * | vertices |
| size_t | vertex_count |
| double | distance1 |
| double | distance2 |
Options for occtl_topo_face_chamfer_2d.
vertices is a borrowed optional span of Vertex node IDs. When vertices is NULL and vertex_count is 0, OCCT attempts to chamfer every vertex of face. The result is inserted into the same graph as a new Face node; the source face is not modified.
| double occtl_topo_face_chamfer_2d_options::distance1 |
Distance from corner along the first adjacent edge.
| double occtl_topo_face_chamfer_2d_options::distance2 |
Distance from corner along the second adjacent edge.
| occtl_node_id_t occtl_topo_face_chamfer_2d_options::face |
Source planar Face node ID.
| const void* occtl_topo_face_chamfer_2d_options::p_next |
Reserved; set to NULL.
| uint32_t occtl_topo_face_chamfer_2d_options::struct_version |
Must be OCCTL_TOPO_FACE_CHAMFER_2D_OPTIONS_VERSION_1.
| size_t occtl_topo_face_chamfer_2d_options::vertex_count |
Number of entries in vertices.
| const occtl_node_id_t* occtl_topo_face_chamfer_2d_options::vertices |
Optional Vertex node IDs. Borrowed.