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

#include <occtl_geom.h>

Collaboration diagram for occtl_axis1_placement_t:

Public Attributes

occtl_point3_t location
 
occtl_direction3_t direction
 

Detailed Description

1-axis placement — a directed line (STEP entity AXIS1_PLACEMENT).

Defines a unique axis in 3D space: an origin point and a unit-direction vector. Used as the rotation axis for occtl_transform_rotation.

Member Data Documentation

◆ direction

occtl_direction3_t occtl_axis1_placement_t::direction

Unit direction along the axis.

◆ location

occtl_point3_t occtl_axis1_placement_t::location

Origin of the axis.


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