20 lines
670 B
Markdown
20 lines
670 B
Markdown
# manager_api_new.model.GeometryPrecisionModel
|
|
|
|
## Load the model package
|
|
```dart
|
|
import 'package:manager_api_new/api.dart';
|
|
```
|
|
|
|
## Properties
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**isFloating** | **bool** | | [optional]
|
|
**maximumSignificantDigits** | **int** | | [optional]
|
|
**scale** | **double** | | [optional]
|
|
**gridSize** | **double** | | [optional]
|
|
**precisionModelType** | [**PrecisionModels**](PrecisionModels.md) | | [optional]
|
|
|
|
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
|
|
|