Registry / other / opencascade

opencascade

JSON →
library7.9.3vcpkgunverified

Open CASCADE Technology (OCCT) is an open-source software development platform for 3D CAD, CAM, CAE.

vcpkg install opencascade
INSTALL
IMPORT
SIG · OPENCASCADE
O
opencascade
othercppv7.9.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Standard_Real.hxx
#include <Standard_Real.hxx>

Creates a 3D point and prints its coordinates.

#include <Standard_Real.hxx> #include <gp_Pnt.hxx> #include <iostream> int main() { gp_Pnt p(1.0, 2.0, 3.0); std::cout << "Point: (" << p.X() << ", " << p.Y() << ", " << p.Z() << ")\n"; return 0; }
Debug
Known issues
gotchaOCCT requires specific CMake configuration for threading and visualization modules.
fix
Ensure you link against the correct OCCT components (e.g., TKernel, TKG2d, TKG3d) and enable VTK/Freetype if needed.
affects: *
Upgrade
Version history
7.9.3latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources

No resource links recorded.

opencascade — pip install opencascade · libregistry