|
OCCT-Light 0.1
C ABI and C++ veneer for multi-language CAD workflows
|
#include <occtl_geom.h>

Public Attributes | |
| occtl_point3_t | location |
| occtl_direction3_t | direction |
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.
| occtl_direction3_t occtl_axis1_placement_t::direction |
Unit direction along the axis.
| occtl_point3_t occtl_axis1_placement_t::location |
Origin of the axis.