How To O Swivel Base In Autocad
A swivel base in AutoCAD is fundamentally a component designed to allow rotational movement around a single, fixed vertical axis. Its core function is to enable an object mounted upon it to turn freely, which is essential in furniture like office chairs, machinery turntables, camera mounts, and many other assemblies. Therefore, designing one requires a clear understanding of its mechanical purpose: it must provide a stable, low-friction mounting point while permitting smooth 360-degree rotation. The first step is always to define this rotation axis, which will be the central reference for all geometry. Typically, this axis aligns with the center of the base plate and the column or post that connects to the upper assembly.
The design process begins with sketching the footprint and profile of the base. For a simple, common type like a five-star office chair base, you would draw a central circle for the bearing housing and five equally spaced arms extending outward to caster wheels. Use polar arrays and trim commands to create this shape efficiently. For more industrial or decorative bases, the profile might be a continuous ring or a multi-lobed shape. The key is that all geometry must be symmetric around the central axis to ensure balanced rotation and load distribution. Extrude this 2D profile to the desired thickness of the base plate using the EXTRUDE command, setting the height appropriately for the material strength needed.
However, a swivel base is rarely just a flat plate. It involves a mechanism, often comprising a top plate, a bottom plate, and a bearing or bushing assembly between them. To model this accurately, you must design each component as a separate solid or surface. The top plate connects to the object being swiveled, while the bottom plate makes contact with the floor or mounting surface. The space between them houses the rotational element. Model these plates as parallel extrudes of your chosen profile, offset vertically by the height of the bearing. You can then model a simple cylindrical bearing as a separate solid that fits snugly within the central apertures of both plates. This assembly approach is crucial for creating a realistic representation and for later use in detailed drawings or 3D printing.
For more complex swivel bases with curved or tapered forms, the REVOLVE command becomes invaluable. If your base has a consistent cross-section that rotates (like a conical or flared shape), draw that 2D profile and revolve it 360 degrees around your central axis. This creates a perfectly symmetric, single solid. For bases where the profile changes along the height, such as a base that starts narrow at the top and flares out dramatically at the bottom, the LOFT command is the better tool. Draw several closed 2D profiles at different elevations—a smaller circle for the top, a larger one for the bottom—and loft between them to generate a smooth, transitional solid form. This method offers great flexibility for ergonomic or aesthetic designs.
Parametric modeling is a powerful technique for designing adjustable or family-type swivel bases. By using parameters and constraints, you can create a base where changing a single dimension, like the overall diameter or the number of caster arms, updates the entire model. Define user-defined parameters for key values: base diameter, plate thickness, arm width, and bearing hole diameter. Then, use these parameters in your sketch and extrusion dimensions. For instance, instead of hard-coding a diameter of 300mm, you would type `diameter_parameter`. This allows you to quickly generate variations of the same base design without redrawing everything from scratch, which is ideal for product lines or design exploration.
Dynamic Blocks take the concept of adjustability further within the AutoCAD environment. You can convert your swivel base block into a dynamic block and add custom actions. For example, you could add a “Stretch” action to allow the user to lengthen the caster arms dynamically, or a “Rotation” action tied to a grip to visually demonstrate the 360-degree spin. You would use the Block Editor (BEDIT) to define these parameters and actions. This creates an intelligent block that can be modified on-the-fly in a drawing, which is extremely useful for presentations, layout planning, or when the exact size isn’t known upfront. A colleague could insert your dynamic base block and immediately adjust its scale to fit their specific furniture design.
When the swivel base is part of a larger assembly, incorporating it correctly is paramount. Place the base in the assembly file and use AutoCAD’s geometric constraints—like Coincident, Concentric, and Fix—to define its relationship to other parts. The central axis of the base must be constrained concentrically to the shaft or post it rotates on. The bottom plate should be fixed in space or constrained to a floor plane. Applying these constraints allows you to test the motion: you can then use the ANIPARAM command or simply drag components (if constraints are set to allow it) to verify that the base rotates cleanly without interference from adjacent parts. Always check for collisions between the rotating base and static elements like legs or support structures.
Practical considerations for a functional design include clearances and material representation. Ensure the hole for the bearing or pivot shaft is sized correctly for the intended hardware, typically adding a 0.1mm to 0.5mm clearance for a slip fit if modeling for manufacturing. Model the bearing itself as a separate part; a simple torus or a more detailed representation with rolling elements can be used depending on the required detail level. For visual clarity in renderings, apply different materials or colors to the top plate, bottom plate, and bearing to distinguish their movement relative to each other. Use layers to manage these components separately, making it easy to isolate, hide, or plot them individually.
Finally, documentation is the often-overlooked step that solidifies the design. Create 2D orthographic projections (top, front, side views) of your swivel base assembly using the VIEWBASE command or by projecting from your 3D model. In these views, use section views (SECTIONPLANE) to clearly show the internal bearing arrangement and the relationship between the top and bottom plates. Dimension critical features: the overall diameter, the bolt hole circle for mounting, the inner diameter of the bearing housing, and the thicknesses of all plates. Add annotations specifying materials—often steel for plates and a nylon or steel ball bearing—and any required surface finishes. This drawing set becomes the blueprint for manufacturing or client approval.
In summary, designing a swivel base in AutoCAD is a process of translating a mechanical requirement into precise 3D geometry. Start with a symmetric 2D profile and use EXTRUDE, REVOLVE, or LOFT to form the basic shape. Model the top and bottom plates separately, accounting for the bearing mechanism in between. Employ parametric and dynamic block techniques for flexibility and efficiency. Always assemble with constraints to validate motion and check for interferences. Pay close attention to manufacturing clearances and material representation. End the process by generating clear, dimensioned 2D drawings that fully describe the part. The chosen method—simple extrusion versus parametric loft—depends entirely on the base’s complexity and its intended use, whether for a quick concept model or a production-ready design.


