UniPRT SDK v1.0.0.0
 
载入中...
搜索中...
未找到
Ruler.h
1//
2// Ruler.h
3// sdk_json_Objective-C
4//
5// Created by Realbuber on 2024/5/6.
6//
7
8#ifndef Ruler_h
9#define Ruler_h
10
11#import <Foundation/Foundation.h>
12#import <UniPRT/IRuler.h>
13
36@interface Ruler : NSObject <IRuler>
37@property (nonatomic) ScaleEnum scale;
38
39- (instancetype)initWithScale:(ScaleEnum)scale;
40@end
41
42
43#endif /* Ruler_h */
对象在平面内放置的刻度类型。
继承自 IRuler 的 Ruler 类。
Definition Ruler.h:36
ScaleEnum scale
Definition Ruler.h:37
对象在平面内放置时使用的单位和分辨率。
Definition IRuler.h:81