mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-06 18:26:22 +03: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
|
|
|