- Preparing search index...
 
- The search index is not available
 
Documentation 
 
Function computeNestingFractions
 
- computeNestingFractions(twoDimRep: Readonly<TwoDimRepresentation>, targetBox: Readonly<Box2>, sheetModulusRow: Readonly<{ 
    applyToAll: boolean; 
    xModulus: number; 
    yModulus: number; 
}>): NestingFraction[] 
- 
Parameters
- 
 
- 
targetBox: Readonly<Box2>
 
- 
sheetModulusRow: Readonly<{ 
    applyToAll: boolean; 
    xModulus: number; 
    yModulus: number; 
}>
 
 
Returns NestingFraction[]
 
 
 
 
For a given nesting compute the fractions for each nesting
Note: All underlying nestings for a sheet node are (now) based on the same target boundary.