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

#include <occtl_topo_algo.h>

Collaboration diagram for occtl_topo_extrude_faces_options:

Public Attributes

uint32_t struct_version
 
const void * p_next
 
const occtl_node_id_tfaces
 
size_t face_count
 
double thickness
 
int32_t both_sides
 
int32_t use_normal
 
occtl_direction3_t normal
 
int32_t copy
 
int32_t canonize
 

Detailed Description

Configuration for occtl_topo_make_face_extrusion.

Member Data Documentation

◆ both_sides

int32_t occtl_topo_extrude_faces_options::both_sides

0/1. Centre the thickness around each source face.

◆ canonize

int32_t occtl_topo_extrude_faces_options::canonize

0/1. Ask OCCT to canonicalize generated surfaces. Default 1.

◆ copy

int32_t occtl_topo_extrude_faces_options::copy

0/1. Copy source topology for the prism base. Default 1.

◆ face_count

size_t occtl_topo_extrude_faces_options::face_count

Number of entries in faces.

◆ faces

const occtl_node_id_t* occtl_topo_extrude_faces_options::faces

Borrows it. Face NodeIds to extrude.

◆ normal

occtl_direction3_t occtl_topo_extrude_faces_options::normal

Override direction when use_normal != 0.

◆ p_next

const void* occtl_topo_extrude_faces_options::p_next

Reserved; set to NULL.

◆ struct_version

uint32_t occtl_topo_extrude_faces_options::struct_version

Must be OCCTL_TOPO_EXTRUDE_FACES_OPTIONS_VERSION_1.

◆ thickness

double occtl_topo_extrude_faces_options::thickness

Positive extrusion thickness.

◆ use_normal

int32_t occtl_topo_extrude_faces_options::use_normal

0/1. Use normal instead of each face normal.


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