sampledRangeOfOffsetEllipsoidPatch MethodStatic
Return the range of sampled points at specified offset from the surface.
- point counts in each direction may be set in the optional
optionsstructure, with angle ranges from the ellipsoid. - Default evaluation is at 5 degree intervals.
sampledRangeOfOffsetEllipsoidPatch(patch: EllipsoidPatch, offsetDistance: number, options?: StrokeOptions): Range3d
| Parameter | Type | Description |
|---|---|---|
| patch | EllipsoidPatch | |
| offsetDistance | number | |
| options | StrokeOptions |
Returns - Range3d
Defined in
- geometry3d/UVSurfaceOps.ts Line 60
Last Updated: 24 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.