API Reference > geometry-core > Solid > Cone > createAxisPoints 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): Cone | undefined Parameter Type Description centerA Point3d centerB Point3d radiusA number radiusB number capped boolean Returns - Cone | undefined Defined in core/geometry/src/solid/Cone.ts Line 84 Last Updated: 13 June, 2024