pushInterpolatedDataFrom Method
Transfer interpolated data from the other visitor.
- All data values are interpolated at fractionbetweenothervalues atindex0andindex1.
pushInterpolatedDataFrom(other: PolyfaceVisitor, index0: number, fraction: number, index1: number): void
| Parameter | Type | Description | 
|---|---|---|
| other | PolyfaceVisitor | |
| index0 | number | |
| fraction | number | |
| index1 | number | 
Returns - void
Defined in
- polyface/IndexedPolyfaceVisitor.ts Line 189
Last Updated: 24 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.