UniPRT SDK v1.0.0.0
 
Loading...
Searching...
No Matches
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 */
Scale types for object placement within a plane.
A class for Ruler, inheriting from IRuler.
Definition Ruler.h:36
ScaleEnum scale
Definition Ruler.h:37
The units and resolution used for object placement within a plane.
Definition IRuler.h:81