1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00
kgv 67441d0ca3 0031424: Visualization - stop using Prs3d_Drawer::HLRAngle() parameter
Prs3d_Drawer, AIS_Shape, AIS_InteractiveContext - removed properties HLRDeviationCoefficient() and HLRAngle().
Prs3d_Drawer::HLRAngle() is kept as alias to Prs3d_Drawer::DeviationAngle() with deprecated flag.
Prs3d_Drawer::DeviationAngle() default value is changed from 12 to 20 degrees
to match Prs3d_Drawer::HLRAngle() which has been previously used in majority of cases.
Removed unused property HLRBRep_PolyAlgo::Angle().
2020-03-16 16:56:30 +03:00
..

OCCT sample for iOS

UIKitSample consists of the Open CASCADE 3D Viewer which provides import of STEP files and toolbar with three buttons.

The first and second buttons serve for import hardcoded STEP files. The third button displays "About" dialog.

The viewer supports zoom, pan and rotate actions. The viewer supports selection of solids as well.

Installation and configuration: 1. Make sure you are running Mac OS version 10.12.1 or above and properly installed XCode version 8.1 or above. 2. Install Open CASCADE Technology (OCCT) and build static libraries for desired device or/and simulator on your workstation. 3. Build or download Freetype2 static library for desired device or/and simulator. 4. Open UIKitSample in XCode. 5. Select the UIKitSample project and add the OCCT static libraries and Freetype2 static library. 6. Select the UIKitSample and go to the "Build Settings" tab. After go to the section "Search Paths" and in the field "Header Search Paths" specify a path to the OCCT inc folder. Next in the field "Library Search Paths" specify a path/paths to the OCCT static libraries and Freetype2 static library folders. 7. Connect device and build sample for device or choose simulator as a target and build for simulator. 8. Run sample.