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

#include <occtl_surfaces.h>

Collaboration diagram for occtl_surface_revolution_create_info:

Public Attributes

uint32_t struct_version
 
const void * p_next
 
occtl_rep_id_t basis
 
occtl_axis1_placement_t axis
 

Detailed Description

Versioned create-info for a surface of revolution.

The profile curve is rotated 2pi around axis to form the surface. The basis must be a valid curve rep id in the graph.

Member Data Documentation

◆ axis

occtl_axis1_placement_t occtl_surface_revolution_create_info::axis

Rotation axis.

◆ basis

occtl_rep_id_t occtl_surface_revolution_create_info::basis

[in] Curve rep id. Must be valid.

◆ struct_version

uint32_t occtl_surface_revolution_create_info::struct_version

Must be OCCTL_SURFACE_REVOLUTION_CREATE_INFO_VERSION_1.


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