UniPRT SDK
v2.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
50
typedef
NS_ENUM(NSInteger,
ScaleEnum
) {
51
ScaleEnumDot,
52
ScaleEnumMM,
53
ScaleEnumInch
54
};
55
81
@protocol
IRuler <NSObject>
82
93
@property
(nonatomic)
ScaleEnum
scale
;
94
@end
ScaleEnum
Scale types for object placement within a plane.
IRuler-p::scale
ScaleEnum scale
Scale used for object placement within a plane.
Definition
IRuler.h:93
AutoIdSDK
LabelMaker
Interfaces
ICoordinates
IRuler.h
Generated by
1.13.2