SketchUp C API
|
Interfaces for SULengthFormatterRef. More...
#include <SketchUpAPI/defs.h>
Enumerations | |
enum | SULengthFormatType { SU_LFORMAT_DECIMAL, SU_LFORMAT_ARCHITECTURAL, SU_LFORMAT_ENGINEERING, SU_LFORMAT_FRACTIONAL } |
Indicates the different supported length string formatting types. More... | |
enum | SULengthUnitType { SU_LUNIT_INCHES, SU_LUNIT_FEET, SU_LUNIT_MILLIMETER, SU_LUNIT_CENTIMETER, SU_LUNIT_METER, SU_LUNIT_YARD } |
Indicates the different supported length string formatting units. More... | |
enum | SUAreaUnitType { SU_AUNIT_SQUARE_INCHES, SU_AUNIT_SQUARE_FEET, SU_AUNIT_SQUARE_MILLIMETER, SU_AUNIT_SQUARE_CENTIMETER, SU_AUNIT_SQUARE_METER, SU_AUNIT_SQUARE_YARD } |
Indicates the different supported area string formatting units. More... | |
enum | SUVolumeUnitType { SU_VUNIT_CUBIC_INCHES, SU_VUNIT_CUBIC_FEET, SU_VUNIT_CUBIC_MILLIMETER, SU_VUNIT_CUBIC_CENTIMETER, SU_VUNIT_CUBIC_METER, SU_VUNIT_CUBIC_YARD, SU_VUNIT_LITER, SU_VUNIT_US_GALLON } |
Indicates the different supported volume string formatting units. More... | |
Interfaces for SULengthFormatterRef.
enum SUAreaUnitType |
Indicates the different supported area string formatting units.
Added in SketchUp 2020, API 8.0
enum SULengthFormatType |
Indicates the different supported length string formatting types.
enum SULengthUnitType |
Indicates the different supported length string formatting units.
Added in SketchUp 2020, API 8.0
enum SUVolumeUnitType |
Indicates the different supported volume string formatting units.
Added in SketchUp 2020, API 8.0