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

#include <occtl_topo_algo.h>

Collaboration diagram for occtl_topo_draft_faces_options:

Public Attributes

uint32_t struct_version
 
const void * p_next
 
occtl_node_id_t root
 
const occtl_node_id_tfaces
 
size_t face_count
 
occtl_direction3_t pull_direction
 
occtl_point3_t neutral_point
 
occtl_direction3_t neutral_normal
 
double angle
 
int32_t keep_inside
 

Detailed Description

Configuration for occtl_topo_draft_faces.

Member Data Documentation

◆ angle

double occtl_topo_draft_faces_options::angle

Draft angle in radians. Default OCCTL_ANGLE_5_DEG_RAD (5 degrees).

◆ face_count

size_t occtl_topo_draft_faces_options::face_count

Number of entries in faces.

◆ faces

const occtl_node_id_t* occtl_topo_draft_faces_options::faces

Borrows it. Selected Face NodeIds.

◆ keep_inside

int32_t occtl_topo_draft_faces_options::keep_inside

OCCT draft flag. Default 1.

◆ neutral_normal

occtl_direction3_t occtl_topo_draft_faces_options::neutral_normal

Neutral plane normal. Default +Z.

◆ neutral_point

occtl_point3_t occtl_topo_draft_faces_options::neutral_point

Point on the neutral plane. Default origin.

◆ p_next

const void* occtl_topo_draft_faces_options::p_next

Reserved; set to NULL.

◆ pull_direction

occtl_direction3_t occtl_topo_draft_faces_options::pull_direction

Direction that defines material side. Default +Z.

◆ root

occtl_node_id_t occtl_topo_draft_faces_options::root

Borrows it. Shape root to draft.

◆ struct_version

uint32_t occtl_topo_draft_faces_options::struct_version

Must be OCCTL_TOPO_DRAFT_FACES_OPTIONS_VERSION_1.


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