8#ifndef PrintResolution_h
9#define PrintResolution_h
11#import <Foundation/Foundation.h>
12#import <UniPRT/IPrintResolution.h>
13#import <UniPRT/Ruler.h>
61- (instancetype)initWithDotsPerUnit:(
float)dotsPerUnit unit:(
ScaleEnum)unit;
Scale types for object placement within a plane.
A class for PrintResolution, inheriting from IPrintResolution.
Definition PrintResolution.h:37
The print resolution can be set in either inch or millimeter (MM) scale. Setting or updating either s...
Definition IPrintResolution.h:34