mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-11 18:32:35 +08:00
Sample that uses UIKit has been added. - Import of STEP files is provided - Zoom, Rotate, Pan actions are provided - Selection of solids is supported
16 lines
205 B
Objective-C
16 lines
205 B
Objective-C
//
|
|
// ViewController.h
|
|
// UIKitSample
|
|
//
|
|
// Created by aan on 21/11/16.
|
|
// Copyright © 2016 aan. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface ViewController : UIViewController
|
|
|
|
|
|
@end
|
|
|