OCCT-Light 0.1
C ABI and C++ veneer for multi-language CAD workflows
Loading...
Searching...
No Matches
occtl_prim.h
Go to the documentation of this file.
1// Copyright (c) 2026 Capgemini Engineering Research and Development.
2//
3// This file is part of OCCT-Light software library.
4//
5// This library is free software; you can redistribute it and/or modify it under
6// the terms of the GNU Affero General Public License version 3 as published
7// by the Free Software Foundation, with an option to use any later version.
8// Consult the file LICENSE_AGPL_30.txt included in OCCT-Light distribution
9// for complete text of the license and disclaimer of any warranty.
10//
11// Alternatively, this file may be used under the terms of a commercial
12// license or contractual agreement.
13//
14// SPDX-License-Identifier: AGPL-3.0-or-later
15
28#ifndef OCCTL_PRIM_H
29#define OCCTL_PRIM_H
30
31#include "occtl_prim_feature.h"
32#include "occtl_prim_sketch.h"
33#include "occtl_prim_solid.h"
34#include "occtl_prim_sweep.h"
35
36#endif /* OCCTL_PRIM_H */
OCCT-Light: feature and recipe-based model construction API.
OCCT-Light: sketch, curve, wire, and planar construction API.
OCCT-Light: analytic primitive solid construction API.
OCCT-Light: sweep, loft, offset, and thickening construction API.