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

#include <occtl_topo_build.h>

Collaboration diagram for occtl_topo_face_chamfer_2d_options:

Public Attributes

uint32_t struct_version
 
const void * p_next
 
occtl_node_id_t face
 
const occtl_node_id_tvertices
 
size_t vertex_count
 
double distance1
 
double distance2
 

Detailed Description

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.

Member Data Documentation

◆ distance1

double occtl_topo_face_chamfer_2d_options::distance1

Distance from corner along the first adjacent edge.

◆ distance2

double occtl_topo_face_chamfer_2d_options::distance2

Distance from corner along the second adjacent edge.

◆ face

occtl_node_id_t occtl_topo_face_chamfer_2d_options::face

Source planar Face node ID.

◆ p_next

const void* occtl_topo_face_chamfer_2d_options::p_next

Reserved; set to NULL.

◆ struct_version

uint32_t occtl_topo_face_chamfer_2d_options::struct_version

Must be OCCTL_TOPO_FACE_CHAMFER_2D_OPTIONS_VERSION_1.

◆ vertex_count

size_t occtl_topo_face_chamfer_2d_options::vertex_count

Number of entries in vertices.

◆ vertices

const occtl_node_id_t* occtl_topo_face_chamfer_2d_options::vertices

Optional Vertex node IDs. Borrowed.


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