UniPRT SDK v1.0.0.0
 
Loading...
Searching...
No Matches
IRuler.h
1//
2// IRuler.h
3// sdk_json_Objective-C
4//
5// Created by Realbuber on 2024/5/6.
6//
7
8#import <Foundation/Foundation.h>
9
50typedef NS_ENUM(NSInteger, ScaleEnum) {
51 ScaleEnumDot,
52 ScaleEnumMM,
53 ScaleEnumInch
54};
55
81@protocol IRuler <NSObject>
82
93@property (nonatomic) ScaleEnum scale;
94@end
Scale types for object placement within a plane.