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

#include <occtl_prim_sketch.h>

Collaboration diagram for occtl_prim_arc_3pt_info:

Public Attributes

uint32_t struct_version
 
const void * p_next
 
occtl_point3_t start
 
occtl_point3_t via
 
occtl_point3_t end
 

Detailed Description

Info for occtl_prim_make_arc_3pt.

Builds a single-edge wire on the arc of the unique circle passing through start, via, and end. via must lie strictly between the other two on the arc.

Member Data Documentation

◆ end

occtl_point3_t occtl_prim_arc_3pt_info::end

End of the arc.

◆ p_next

const void* occtl_prim_arc_3pt_info::p_next

Reserved; must be NULL.

◆ start

occtl_point3_t occtl_prim_arc_3pt_info::start

Start of the arc.

◆ struct_version

uint32_t occtl_prim_arc_3pt_info::struct_version

◆ via

occtl_point3_t occtl_prim_arc_3pt_info::via

Intermediate point on the arc.


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