createAxisPoints MethodStatic
create a cylinder or cone from two endpoints and their radii. The circular cross sections are perpendicular to the axis line from start to end point.
- both radii must be of the same sign.
- negative radius is accepted to create interior surface. Downstream effects of that combined with capping may be a problem.
createAxisPoints(centerA: Point3d, centerB: Point3d, radiusA: number, radiusB: number, capped: boolean): undefined | Cone
Parameter | Type | Description |
---|---|---|
centerA | Point3d | |
centerB | Point3d | |
radiusA | number | |
radiusB | number | |
capped | boolean |
Returns - undefined | Cone
Defined in
- solid/Cone.ts Line 84
Last Updated: 28 October, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.