pub fn occt_path() -> PathBuf
Get the path to the OCCT library installation directory to be used in build scripts.
Only valid during build (cargo clean removes these files).
cargo clean
1fn main() { 2 println!("occt_path: {}", occt_sys::occt_path().to_str().unwrap()); 3}