Merge pull request #3974 from BenJamesBen/optional-measurements
fix(bob,penelope,docs): Access optional measurements via `measurements`
This commit is contained in:
commit
b1ec35b73c
6 changed files with 29 additions and 24 deletions
|
@ -38,3 +38,12 @@ const part = {
|
|||
}
|
||||
```
|
||||
|
||||
<Tip>
|
||||
|
||||
Although they are specified via the part configuration `optionalMeasurements`
|
||||
property, optional measurements are accessed via the 'measurements'
|
||||
settings property.
|
||||
|
||||
(There is no `optionalMeasurements` settings property.)`
|
||||
|
||||
</Tip>
|
||||
|
|
|
@ -39,3 +39,12 @@ const pattern = new Aaron({
|
|||
|
||||
Measurements should always be specified in millimeter, unless it's an angle
|
||||
measurement (like `shoulderSlope`) which should be provided in degrees.
|
||||
|
||||
<Tip>
|
||||
|
||||
The `measurements` settings property is used to hold __all__ measurements,
|
||||
both regular measurements as well as any optional measurements.
|
||||
|
||||
(There is no `optionalMeasurements` settings property.)
|
||||
|
||||
</Tip>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue