BimCT SDK / WebGL2 Viewer
BimCT.io
Playground
Converter API
Live Demo
Preparing search index...
index
DisplayFormat
Class DisplayFormat
Represents a display format.
Index
Constructors
constructor
Accessors
decimal
Places
decimal
Separator
use
Imperial
Fractions
Constructors
constructor
new
DisplayFormat
(
decimalPlaces
:
DecimalPlaces
,
decimalSeparator
:
DECIMAL_SEPARATOR
,
useImperialFractions
:
boolean
,
)
:
DisplayFormat
Parameters
decimalPlaces
:
DecimalPlaces
decimalSeparator
:
DECIMAL_SEPARATOR
useImperialFractions
:
boolean
Returns
DisplayFormat
Accessors
decimal
Places
get
decimalPlaces
()
:
DecimalPlaces
Returns
DecimalPlaces
set
decimalPlaces
(
value
:
DecimalPlaces
)
:
void
Parameters
value
:
DecimalPlaces
Returns
void
decimal
Separator
get
decimalSeparator
()
:
DECIMAL_SEPARATOR
Returns
DECIMAL_SEPARATOR
set
decimalSeparator
(
value
:
DECIMAL_SEPARATOR
)
:
void
Parameters
value
:
DECIMAL_SEPARATOR
Returns
void
use
Imperial
Fractions
get
useImperialFractions
()
:
boolean
Returns
boolean
set
useImperialFractions
(
value
:
boolean
)
:
void
Parameters
value
:
boolean
Returns
void
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Accessors
decimal
Places
decimal
Separator
use
Imperial
Fractions
BimCT.io
Playground
Converter API
Live Demo
BimCT SDK / WebGL2 Viewer
Loading...
Represents a display format.