- Objectives
- Overview
- Coordinates for 3D CAD Modeling
- Geometric Entities
- 4.1 Manually Bisecting a Line or Circular Arc
- 4.2 Drawing Tangents to Two Circles
- 4.3 Drawing an Arc Tangent to a Line or Arc and through a Point
- 4.4 Bisecting an Angle
- 4.5 Drawing a Line through a Point and Parallel to a Line
- 4.6 Drawing a Triangle with Sides Given
- 4.7 Drawing a Right Triangle with Hypotenuse and One Side Given
- 4.8 Laying Out an Angle
- 4.9 Drawing an Equilateral Triangle
- 4.10 Polygons
- 4.11 Drawing a Regular Pentagon
- 4.12 Drawing a Hexagon
- 4.13 Ellipses
- 4.14 Spline Curves
- 4.15 Geometric Relationships
- 4.16 Solid Primitives
- 4.17 Recognizing Symmetry
- 4.18 Extruded Forms
- 4.19 Revolved Forms
- 4.20 Irregular Surfaces
- 4.21 User Coordinate Systems
- 4.22 Transformations
- Key Words
- Chapter Summary
- Skills Summary
- Worksheets
- Review Questions
- Chapter Exercises
4.21 User Coordinate Systems
Most CAD systems allow you to create your own coordinate systems to aid in creating drawing geometry. These are often termed user coordinate systems (in Auto- CAD, for example) or local coordinate systems, in contrast with the default coordinate system (sometimes called the world coordinate system or absolute coordinate system) that is used to store the model in the drawing database. To use many CAD commands effectively, you must know how to orient a user coordinate system.
Most CAD systems create primitive shapes the same way each time with respect to the current X-, Y-, and Z-directions. For example the circular shape of the cylinder is always in the current X-Y plane, as shown in Figure 4.75.
4.75 Cylinder Construction. The cylinder is created with the circular base on the X-Y plane and the height in Z.
To create a cylinder oriented differently, create a user coordinate system in the desired orientation (Figure 4.76).
4.76 These cylinders were created after the X-Y plane of the coordinate system was reoriented.
To create the hole perpendicular to the oblique surface shown in Figure 4.77, create a new local coordinate system aligned with the inclined surface. After you have specified the location of the hole using the more convenient local coordinate system, the CAD software translates the location of the hole to the world (default) coordinate system.
4.77 Drawing on an Inclined Plane. A new coordinate system is defined relative to the slanted surface to make it easy to create the hole.
Many CAD systems have a command to define the plane for a user coordinate system by specifying three points. This is often an easy way to orient a new coordinate system—especially when it needs to align with an oblique or inclined surface. Other solid modeling systems allow the user to select an existing part surface on which to draw the new shape. This is analogous to setting the X-Y plane of the user coordinate system to coincide with the selected surface. With constraint-based modelers a “sketch plane” often is selected on which a basic shape is drawn that will be used to form a part feature. This defines a coordinate system for the sketch plane.
A user or local coordinate system is useful for creating geometry in a model. Changing the local coordinate system does not change the default coordinate system where the model data are stored.