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

Directed line in 3D (origin + unit direction). Mirrors occtl_axis1_placement_t. More...

#include <geom.hpp>

Public Member Functions

 Axis1Placement (const occtl_axis1_placement_t &theC) noexcept
 Wraps an existing C value type (zero-cost).
 
 Axis1Placement (const Point3 &theLocation, const Direction3 &theDir) noexcept
 Constructs from origin and direction.
 
const occtl_axis1_placement_tc_type () const noexcept
 Borrows-it view of the underlying C value type.
 

Detailed Description

Directed line in 3D (origin + unit direction). Mirrors occtl_axis1_placement_t.


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