SlideShare a Scribd company logo
1 of 14
Download to read offline
IDE20 Software, NX Lesson 1 – Getting Started
Document URL: http://ide20.com/upload/ModuleNX/Lesson01.pdf
Developer: rhutch@mst.edu

NX 7.5
Lesson 1 – Getting Started
Pre-reqs/Technical Skills
       •       Basic computer use
Expectations
       •       Read lesson material
       •       Implement steps in software while reading through lesson material
       •       Complete quiz on Blackboard
       •       Submit completed assignment on Blackboard
       •       Attend help sessions as necessary
       •       Post comments on lesson web page
Objectives/Measurables
       •       Learn the basics of using NX to create simple 3D parts, measured via assignment score
       •       Learn various features in NX, measured via Blackboard quiz score
Lecture Topics
       •       Opening NX
       •       Basic sketching
       •       Extrusions and revolutions
       •       Adding features

Table of Contents
NX 7.5 ............................................................................................................................................... 1
Lesson 1 – Getting Started ................................................................................................................................................................... 1
   Pre-reqs/Technical Skills ........................................................................................................................................................................... 1
   Expectations ..................................................................................................................................................................................................... 1
   Objectives/Measurables ............................................................................................................................................................................. 1
   Lecture Topics ................................................................................................................................................................................................. 1
Introduction – NX .................................................................................................................................................................................... 1
Opening NX ................................................................................................................................................................................................ 2
   Starting a New Model .................................................................................................................................................................................. 2
Drawing in NX ........................................................................................................................................................................................... 4
   Trimming and Deleting............................................................................................................................................................................... 8
   Editing Dimensions ....................................................................................................................................................................................... 9
   Extruding and Revolving ............................................................................................................................................................................ 9
Adding Features ..................................................................................................................................................................................... 12
   Chamfer ........................................................................................................................................................................................................... 13
   Edge Blend (Fillet) ..................................................................................................................................................................................... 13
Assignment............................................................................................................................................................................................... 14
Introduction – NX
NX is a premier 3D computer aided design suite. It allows you to model solid components and assemblies, to
perform engineering analyses such as mechanism simulation and stress analysis, to create tool paths for
computer-based manufacturing processes and to perform numerous other engineering design activities in a
single software environment. Software suites like NX are referred to as product lifecycle management (PLM)

                                                                                                           1
                                                                                  Copyright 2010, Missouri S&T
IDE20 Software, NX Lesson 1 – Getting Started
Document URL: http://ide20.com/upload/ModuleNX/Lesson01.pdf
Developer: rhutch@mst.edu
tools since they are generally integrated in the product design process from start to finish. The IDE20 tutorials
for NX will focus on basic 3D drafting and component modeling.

Opening NX
NX 7.5 is not available on all campus CLC computers nor is it available for student computers. It is installed in
CH105 and on computers in the Toomey Hall CLCs. To start NX, use the NX 7.5 shortcut under Start (or Windows
button)->(All) Programs->UGS NX 7.5. It may take a minute or so for NX to start the first time. Once opened,
you will be presented with the window shown in Figure 1.




                                                  Figure 1 - NX 7.5

Starting a New Model
To start modeling, you must first create a part file. NX part files use the extension .prt for both components and
assemblies of components. In this tutorial, a single part file will be used with one component. To create a new
part, click the New button to open the New dialog (Figure 2). For now, stay in the Model tab. Select Model from
the Templates list (the default) and set the Folder to a location on your S: drive or desktop. The default location
may be stored locally on the lab computer you are using and might not be in your roaming profile (it might not
be accessible on a different computer). Once a folder has been selected, set the name of the part file. Click OK
to start modeling.




                                                         2
                                           Copyright 2010, Missouri S&T
IDE20 Software, NX Lesson 1 – Getting Started
Document URL: http://ide20.com/upload/ModuleNX/Lesson01.pdf
Developer: rhutch@mst.edu




                                             Figure 2 - New Part Dialog

Once the new file has been created, the NX modelling interface will open (Figure 3). Like most modern PLM
tools, the interface for NX contains numerous icons, lists, text prompts and other features that can be incredibly
overwhelming. For now, we will focus on the sketching tools, part navigator, viewer and menu.




                                          Figure 3 - NX 7.5 User Interface

                                                         3
                                           Copyright 2010, Missouri S&T
IDE20 Software, NX Lesson 1 – Getting Started
Document URL: http://ide20.com/upload/ModuleNX/Lesson01.pdf
Developer: rhutch@mst.edu
Drawing in NX
NX, like most modern PLM tools, is feature-based. That means you build up a component from a set of features
that are added in sequence. This sequence, and the details of each feature, can be edited later if the design
needs to be changed. Features can be removed, inserted or modified to create almost any solid part imaginable.
This allows a precise and highly editable method for describing solid components and differs from the 3D free-
form modeling approach (freeform modeling is used in computer graphics applications such as making models
for video games). The features you add to a part will appear in the Part Navigator under Model History. For a
new part, the only thing appearing in the model history should be a Datum Coordinate System. This is the 3D
Cartesian coordinate system used in the part and includes an origin location and coordinate axes. These are
shown with the coordinate system indicator at the center of the Viewer.
The general workflow for creating a part in NX is to create a sketch, extrude or revolve the sketch and then add
features to the resulting solid part. Sketches are 2D (mostly) drawings that are used to define a cross section of
the part. This cross section can be extruded (pushed into or pulled out of the plane of the sketch) and rotated
(wrapped around a axis) to form a 3D solid part.
To create a Sketch. Click the Sketch button in the sketching toolbar (Figure 4). This will open a new dialog
(Figure 5) for defining the sketch. The first step in defining the Sketch is to set the sketching plane. This is the
2D plane that the sketch will be drawn onto. This plane can be derived from the existing Datum Coordinate
System or can be based on geometry from an existing part (you can sketch on the surface of a part). For now,
start the sketch on the XY plane. To select the XY plane, move the cursor to the skewed lines connecting the x
and y axis lines on the coordinate system indicator (Figure 6).




                                             Figure 4 - Sketching Toolbar




                                               Figure 5 - Sketch Dialog

                                                          4
                                            Copyright 2010, Missouri S&T
IDE20 Software, NX Lesson 1 – Getting Started
Document URL: http://ide20.com/upload/ModuleNX/Lesson01.pdf
Developer: rhutch@mst.edu




                                       Figure 6 - Coordinate System Indicator

The lines will highlight in red once you have the mouse cursor in the correct location. You can select the YZ and
XZ plane the same way. Click once to set the plane. The red asterisk next to Select Planar Face or Plane in the
Sketch dialog will change to a green check indicating that you have completed a necessary step. For now, no
other information is required. Simply click OK on the Sketch dialog to start the sketch. A blue sketch plane will
appear on the selected plane (Figure 7).




                                              Figure 7 - Sketch Plane

You can now draw on the plane, but without re-orientating the view it might be hard to see what you are doing.
To align the view with the plane of the sketch, right-click in an empty space in the viewer and select Orient View
to Sketch in the pop-up (Figure 8). Shift+F8 is the shortcut for this action. The view will rotate to match the
plane of the sketch.




                                           Figure 8 - Orienting the View


                                                         5
                                           Copyright 2010, Missouri S&T
IDE20 Software, NX Lesson 1 – Getting Started
Document URL: http://ide20.com/upload/ModuleNX/Lesson01.pdf
Developer: rhutch@mst.edu
Sketches are comprised of simple drawing elements like lines and circles connected by constraints. For example,
a box is made of four line segments with their endpoints constrained to connect to each other at the corners of
the box and to be perpendicular to each other (Figure 9).




                                                Figure 9 - A Sketch

 As you add elements to a sketch, NX attempts to fully constrain the sketch automatically. A fully constrained
sketch is completely defined by a set of parameters and object constraints. To see this process in action, draw
the box shown in Figure 9. To do this, click the Line button in the sketching toolbar (Figure 10).



                                               Figure 10 - Line Tool

The cursor will become a set of crosshairs with a small dialog attached. This dialog allows you to precisely define
the location of the start and end point of the line based on the coordinate system of the sketch. NX defaults to
XY form for the x and y coordinates of the point. To change to length/angle form, click the Parameter Mode
button in the Input Mode dialog (Figure 11). You can switch back to XY by selecting Coordinate Mode from the
same dialog. For now, leave the Input Mode set to XY (Coordinate Mode).




                                            Figure 11 - Line Input Mode




                                                        6
                                           Copyright 2010, Missouri S&T
IDE20 Software, NX Lesson 1 – Getting Started
Document URL: http://ide20.com/upload/ModuleNX/Lesson01.pdf
Developer: rhutch@mst.edu
Set the first point of the line at (0,0). This can be done two different ways. The first is to simply move the cursor
close to the origin of the sketch coordinate system until the cursor dialog reads XC 0 and YC 0. Alternatively, you
can type in the coordinates manually. First type in the x-value then hit the Tab key to enter the y-value. Hit the
Enter key to set the point. You can set the end point of the line in a similar manner (Figure 12). For now, set the
point at (50,0). If case you are wondering about the dimensions used here, NX defaults to Metric mm for
distance. Other unit systems can be used as well.




                                             Figure 12 - Drawing a Line

Once you set the end point, click the Show All Constraints button to make all sketch constraints visible (Figure
13). Two constraints will appear. A blue arrow and a purple dimension. The blue arrow means the line
associated with the constraint is horizontal. The purple dimension sets the length of the line. Since the start
point of the line is set to the origin of the coordinate system, only two constraints are needed to completely
describe the line. In this case, these constraints are that the line is horizontal and 50mm long. Click the Line
button again to start another line (NX doesn’t start a new line at the endpoint of the old line by default). Set the
start point of the new line at the endpoint of the last line. Once you get close to this point, note that the cursor
changes to show a set of four arrows pointed inward. This is to indicate that the new point will be snapped to
the old point exactly (it that point moves, both lines will be altered). Once the start point is set, move the
cursor up to set the next point in the box. Enter the coordinates manually or set the length and angle. Now
draw the last two lines to complete the shape. Note the constraints added by NX including the horizontal
arrows, vertical arrows and dimensions.




                                           Figure 13 - Showing Constraints

Once the box is complete, add a circle to the right-hand side. To do this, click the Circle button in the sketching
toolbar. Select the center of the right-hand line to set the center of the circle with a left-click (NX will snap to
the middle of the line if you get close enough, watch for the change in the cursor). Once set, move the cursor to
define the radius of the circle. To set the radius equal to the half-length of the edge of the box, you can move
the cursor to the top-right corner of the box until the cursor changes to the arrows. This will snap the outside of
the circle to the corner of the box (Figure 14).

                                                         7
                                            Copyright 2010, Missouri S&T
IDE20 Software, NX Lesson 1 – Getting Started
Document URL: http://ide20.com/upload/ModuleNX/Lesson01.pdf
Developer: rhutch@mst.edu




                                             Figure 14 - Example Sketch

Trimming and Deleting
To get rid of extra lines in a sketch, simply select the objects and hit the Delete key. To trim away extra portions
of a sketch, click the Quick Trim button from the sketching toolbar (Figure 15). You can now trim off extra lines
by clicking on them, the portion to be trimmed will be highlighted. Trim away the left half of the circle and the
right-hand line of the box now. The result should look like Figure 16.




                                               Figure 15 - Quick Trim




                                            Figure 16 – Trimmed Sketch

                                                         8
                                            Copyright 2010, Missouri S&T
IDE20 Software, NX Lesson 1 – Getting Started
Document URL: http://ide20.com/upload/ModuleNX/Lesson01.pdf
Developer: rhutch@mst.edu
Editing Dimensions
You may be wondering why NX puts all the dimensions on the sketch. Double-click the R25,0 dimension. This
will open a dialog that lets you change the radius of the circle. Change this to 50 mm then hit Enter. The
drawing will update to look like Figure 17.




                                     Figure 17 - Sketch with Altered Dimension

This is a key aspect of feature-based parametric modeling, dimensions and constraints can be updated at any
time if aspects of the design need to be changed. For now, complete the sketch by selecting the Finish Sketch
button in the sketching toolbar. The dimensions will hide for now but remain associated with the sketch.

Extruding and Revolving
To convert the 2D sketch into a 3D object, it can be extruded along an axis or revolved around an axis. Both
operations will be covered in this section. To extrude the shape, click the Extrude button in the menu. This will
open the Extrude dialog (Figure 18).




                                                        9
                                           Copyright 2010, Missouri S&T
IDE20 Software, NX Lesson 1 – Getting Started
Document URL: http://ide20.com/upload/ModuleNX/Lesson01.pdf
Developer: rhutch@mst.edu




                                              Figure 18 - Extrude Dialog

The first input required is the 2D profile to extrude. To set this, move the cursor over the shape drawn in the
sketch, the profile will highlight once you get close enough. Once highlighted, left-click to select the profile. This
will set the Curve and Vector in the Extrude dialog. To only information you need to provide now is the distance
to extrude. This distance can be set in the Limits group of the Extrude dialog. The extrusion can be pushed into
the screen and pulled out at the same time by changing the start and end distances. For now, set the start
distance to 0 and end distance to 50. Press OK to extrude the shape. To see the newly created 3D shape, click
the Trimetric view button to rotate the view (Figure 19).




                                              Figure 19 - Extruded Part

                                                         10
                                            Copyright 2010, Missouri S&T
IDE20 Software, NX Lesson 1 – Getting Started
Document URL: http://ide20.com/upload/ModuleNX/Lesson01.pdf
Developer: rhutch@mst.edu
To manually rotate the view, press the F7 key. The cursor will change to a set of curved arrows, you can now
click and drag to rotate the view as need. To zoom the view to fit the screen, click the Fit button (next to
Trimetric). The mouse scroll wheel will zoom in and out as well.
The Sketch can be revolved about an axis instead of being extruded. The Revolve feature can be opened using
the Revolve button in the Menu (Figure 20). Click the down arrow next to Extrude if Revolve is not shown. The
Revolve dialog will open. From this dialog, you will need to pick a sketch to revolve, an axis to revolve about and
an angle to revolve over (the default is 360 deg).




                                             Figure 20 - Revolve Option

Figure 21 shows the result of revolving the sketch made in the previous section.




                                            Figure 21 - Revolved Sketch


                                                        11
                                           Copyright 2010, Missouri S&T
IDE20 Software, NX Lesson 1 – Getting Started
Document URL: http://ide20.com/upload/ModuleNX/Lesson01.pdf
Developer: rhutch@mst.edu
Adding Features
Now that you have a solid part, various features can be added to modify the part. The features covered in this
section include Holes, Chamfers and Edge Blends (also called Fillets). To place a hole in the object drawn in the
previous step, click the Hole button in the Menu. The Hole dialog will open. The first piece of input for this
dialog is the location for the hole. To put the hole at the center of the circular portion of the object, select the
circular edge highlighted in yellow in Figure 22. Once the edge is selected, you need to enter two pieces of
information, the diameter of the hole and its depth. If the hole only needs to go part of the way through, set the
Depth Limit to Value and enter the depth and angle at the bottom of the hole. To make the hole go all the way
through a part, set the Depth Limit to Through Body. Click OK to make the hole (Figure 23).




                                              Figure 22 - Placing a Hole




                                               Figure 23 - Hole Placed



                                                         12
                                            Copyright 2010, Missouri S&T
IDE20 Software, NX Lesson 1 – Getting Started
Document URL: http://ide20.com/upload/ModuleNX/Lesson01.pdf
Developer: rhutch@mst.edu
Chamfer
Chamfers are used to add bevels to sharp edges. To add a chamfer to one side of the object, select the Chamfer
option from the down arrow next to the Edge Blend button in the Menu (Figure 24).




                                            Figure 24 - Chamfer Option

The Chamfer dialog will open. Like creating a Hole, you must first select the location for the chamfer. In this
case, you will need to select edges of the part. Select an edge to get a preview and the Distance dialog (Figure
25).




                                              Figure 25 - Chamfering

In this dialog, you can set the distance to chamfer. Try changing this value to see how it alters the appearance of
the chamfer. Click OK in the Chamfer dialog to add the feature.

Edge Blend (Fillet)
Edge blends, or Fillets, are like chamfers but with rounded edges instead of straight-cut edges. To add an edge
blend, select the Edge Blend button (Figure 24). Use the same sequence to pick an edge and set the radius as
you used with the chamfer.

Wrapping Up
With these basic operations, you can make simple 3D models using NX. More in-depth features of NX will be
covered in future tutorials.




                                                        13
                                           Copyright 2010, Missouri S&T
IDE20 Software, NX Lesson 1 – Getting Started
Document URL: http://ide20.com/upload/ModuleNX/Lesson01.pdf
Developer: rhutch@mst.edu
Assignment
Draw a single solid object using NX 7.5. The object should include at least one sketch. The sketch must include
at least one circle and three line segments. Extrude or revolve the sketch and add at least one hole, chamfer
and edge blend. Save the part file and upload it via Blackboard. The following point breakdown will be used:
    •   Sketch (three lines and at least one circle) (2)
    •   Extrusion/Revolution (2)
    •   Hole (2)
    •   Chamfer (2)
    •   Edge Blend (2)

Figure 26 has an example that satisfies the requirements of this assignment.




                                                 Figure 26- Example




                                                           14
                                            Copyright 2010, Missouri S&T

More Related Content

What's hot

What's hot (20)

2D CAD Module by gonzalochris
2D CAD Module by gonzalochris2D CAD Module by gonzalochris
2D CAD Module by gonzalochris
 
Introduction to CAD
Introduction to CADIntroduction to CAD
Introduction to CAD
 
Solidworks
SolidworksSolidworks
Solidworks
 
CATIA LESSON 1
CATIA LESSON 1CATIA LESSON 1
CATIA LESSON 1
 
Auto CAD Introduction
Auto CAD IntroductionAuto CAD Introduction
Auto CAD Introduction
 
Auto cad
Auto cadAuto cad
Auto cad
 
Auto cad ppt
Auto cad pptAuto cad ppt
Auto cad ppt
 
AutoCAD Training Syllabus
AutoCAD Training SyllabusAutoCAD Training Syllabus
AutoCAD Training Syllabus
 
Autocad 2007
Autocad 2007Autocad 2007
Autocad 2007
 
AutoCAD Productivity Hacks for Engineers, Architects, Designers, and Draftsme...
AutoCAD Productivity Hacks for Engineers, Architects, Designers, and Draftsme...AutoCAD Productivity Hacks for Engineers, Architects, Designers, and Draftsme...
AutoCAD Productivity Hacks for Engineers, Architects, Designers, and Draftsme...
 
Aragaw Gebremedhin auto cad lecture notes
Aragaw Gebremedhin auto cad lecture notesAragaw Gebremedhin auto cad lecture notes
Aragaw Gebremedhin auto cad lecture notes
 
Catia v5 presentation report
Catia v5 presentation reportCatia v5 presentation report
Catia v5 presentation report
 
Catia v5 workbook
Catia v5 workbookCatia v5 workbook
Catia v5 workbook
 
Solidworks ppt
Solidworks pptSolidworks ppt
Solidworks ppt
 
NX Tutorial
NX TutorialNX Tutorial
NX Tutorial
 
What is AutoCAD
What is AutoCADWhat is AutoCAD
What is AutoCAD
 
AutoCAD Presentation
AutoCAD PresentationAutoCAD Presentation
AutoCAD Presentation
 
Understanding basic features
Understanding basic featuresUnderstanding basic features
Understanding basic features
 
Top 10 Interview Questions for Solidworks
Top 10 Interview Questions for SolidworksTop 10 Interview Questions for Solidworks
Top 10 Interview Questions for Solidworks
 
Solidworks
SolidworksSolidworks
Solidworks
 

Viewers also liked

Unigraphics Full.......
Unigraphics Full.......Unigraphics Full.......
Unigraphics Full.......Adesh C
 
Manual cam completo unigraphics(en español)
Manual cam completo unigraphics(en español)Manual cam completo unigraphics(en español)
Manual cam completo unigraphics(en español)errmanue
 
Manual unigraphicsnx
Manual unigraphicsnxManual unigraphicsnx
Manual unigraphicsnxcolmi68
 
Feature surfacing - meetup
Feature surfacing  - meetupFeature surfacing  - meetup
Feature surfacing - meetupPredicSis
 
NX10 for Engineering Design
NX10 for Engineering DesignNX10 for Engineering Design
NX10 for Engineering DesignNam Hoai
 
Creo toolkit introduction
Creo toolkit  introductionCreo toolkit  introduction
Creo toolkit introductionSandip Jadhav
 
Auto cad commands and shortcuts
Auto cad commands and shortcutsAuto cad commands and shortcuts
Auto cad commands and shortcutsJayesh Sreedhar
 
Cartel curso cnc sobre nx
Cartel curso cnc sobre nxCartel curso cnc sobre nx
Cartel curso cnc sobre nxpotoenat
 
An Introduction to Creo 3.0
An Introduction to Creo 3.0An Introduction to Creo 3.0
An Introduction to Creo 3.0Kshitiz24
 
fluent tutorial guide (Ansys)
fluent tutorial guide (Ansys)fluent tutorial guide (Ansys)
fluent tutorial guide (Ansys)A.S.M. Abdul Hye
 

Viewers also liked (20)

UGS NX
UGS NXUGS NX
UGS NX
 
Nx basics 2014
Nx basics 2014 Nx basics 2014
Nx basics 2014
 
Unigraphics Full.......
Unigraphics Full.......Unigraphics Full.......
Unigraphics Full.......
 
Manual cam completo unigraphics(en español)
Manual cam completo unigraphics(en español)Manual cam completo unigraphics(en español)
Manual cam completo unigraphics(en español)
 
Manual unigraphicsnx
Manual unigraphicsnxManual unigraphicsnx
Manual unigraphicsnx
 
Feature surfacing - meetup
Feature surfacing  - meetupFeature surfacing  - meetup
Feature surfacing - meetup
 
sheet metal UNIGRAPHICS
 sheet metal UNIGRAPHICS sheet metal UNIGRAPHICS
sheet metal UNIGRAPHICS
 
NX10 for Engineering Design
NX10 for Engineering DesignNX10 for Engineering Design
NX10 for Engineering Design
 
NX CAD
NX CADNX CAD
NX CAD
 
manual nx
manual nx manual nx
manual nx
 
Spot welding
Spot weldingSpot welding
Spot welding
 
Creo toolkit introduction
Creo toolkit  introductionCreo toolkit  introduction
Creo toolkit introduction
 
Auto cad commands and shortcuts
Auto cad commands and shortcutsAuto cad commands and shortcuts
Auto cad commands and shortcuts
 
Commands in AutoCAD
Commands in AutoCADCommands in AutoCAD
Commands in AutoCAD
 
Cartel curso cnc sobre nx
Cartel curso cnc sobre nxCartel curso cnc sobre nx
Cartel curso cnc sobre nx
 
An Introduction to Creo 3.0
An Introduction to Creo 3.0An Introduction to Creo 3.0
An Introduction to Creo 3.0
 
Autocad Commands
Autocad CommandsAutocad Commands
Autocad Commands
 
Linearne jednacine
Linearne jednacineLinearne jednacine
Linearne jednacine
 
fluent tutorial guide (Ansys)
fluent tutorial guide (Ansys)fluent tutorial guide (Ansys)
fluent tutorial guide (Ansys)
 
Auto Cad Powerpoint
Auto Cad PowerpointAuto Cad Powerpoint
Auto Cad Powerpoint
 

Similar to Nx 7.5 (1)

Ms project 2000 tutorial
Ms project 2000 tutorialMs project 2000 tutorial
Ms project 2000 tutorialpaolocollector
 
NX training Report
NX training ReportNX training Report
NX training ReportSTAY CURIOUS
 
Microsoft OneNote Guidebook
Microsoft OneNote GuidebookMicrosoft OneNote Guidebook
Microsoft OneNote GuidebookSarah Palibino
 
Introduction to UX for Mesiniaga Academy
Introduction to UX for Mesiniaga AcademyIntroduction to UX for Mesiniaga Academy
Introduction to UX for Mesiniaga AcademyZainul Zain
 
Smart sketchgettingstartedguide2
Smart sketchgettingstartedguide2Smart sketchgettingstartedguide2
Smart sketchgettingstartedguide2Fábio Junior
 
C# classes
C#   classesC#   classes
C# classesTiago
 
Minor Project Synopsis on Data Structure Visualizer
Minor Project Synopsis on Data Structure VisualizerMinor Project Synopsis on Data Structure Visualizer
Minor Project Synopsis on Data Structure VisualizerRonitShrivastava057
 
en_GettingStartedInMicroStation.pdf
en_GettingStartedInMicroStation.pdfen_GettingStartedInMicroStation.pdf
en_GettingStartedInMicroStation.pdfArielAlejandroLander
 
DLP_Observation-1.docx
DLP_Observation-1.docxDLP_Observation-1.docx
DLP_Observation-1.docxWyztyDelle2
 
Project 2 PowerPointInstructionsROJECT 3 USING MICROSOFT P.docx
Project 2 PowerPointInstructionsROJECT 3 USING MICROSOFT P.docxProject 2 PowerPointInstructionsROJECT 3 USING MICROSOFT P.docx
Project 2 PowerPointInstructionsROJECT 3 USING MICROSOFT P.docxwkyra78
 
AutoCad 2D shortcut Keys
AutoCad 2D shortcut KeysAutoCad 2D shortcut Keys
AutoCad 2D shortcut KeysNzar Braim
 
Technical Drafting Learning Module v.2.0
Technical Drafting Learning Module v.2.0Technical Drafting Learning Module v.2.0
Technical Drafting Learning Module v.2.0Bogs De Castro
 
Lm techdrafting-140627062120-phpapp02
Lm techdrafting-140627062120-phpapp02Lm techdrafting-140627062120-phpapp02
Lm techdrafting-140627062120-phpapp02JicelleBayan
 
Frequently Asked questions
Frequently Asked questions Frequently Asked questions
Frequently Asked questions butest
 
IRJET- Technical Graphic Showcase
IRJET- Technical Graphic ShowcaseIRJET- Technical Graphic Showcase
IRJET- Technical Graphic ShowcaseIRJET Journal
 

Similar to Nx 7.5 (1) (20)

Ms project 2000 tutorial
Ms project 2000 tutorialMs project 2000 tutorial
Ms project 2000 tutorial
 
NX training Report
NX training ReportNX training Report
NX training Report
 
Microsoft OneNote Guidebook
Microsoft OneNote GuidebookMicrosoft OneNote Guidebook
Microsoft OneNote Guidebook
 
Com apps brief
Com apps briefCom apps brief
Com apps brief
 
Introduction to UX for Mesiniaga Academy
Introduction to UX for Mesiniaga AcademyIntroduction to UX for Mesiniaga Academy
Introduction to UX for Mesiniaga Academy
 
Smart sketchgettingstartedguide2
Smart sketchgettingstartedguide2Smart sketchgettingstartedguide2
Smart sketchgettingstartedguide2
 
Nx7.5 dd
Nx7.5 ddNx7.5 dd
Nx7.5 dd
 
C# classes
C#   classesC#   classes
C# classes
 
Minor Project Synopsis on Data Structure Visualizer
Minor Project Synopsis on Data Structure VisualizerMinor Project Synopsis on Data Structure Visualizer
Minor Project Synopsis on Data Structure Visualizer
 
en_GettingStartedInMicroStation.pdf
en_GettingStartedInMicroStation.pdfen_GettingStartedInMicroStation.pdf
en_GettingStartedInMicroStation.pdf
 
DLP_Observation-1.docx
DLP_Observation-1.docxDLP_Observation-1.docx
DLP_Observation-1.docx
 
Project 2 PowerPointInstructionsROJECT 3 USING MICROSOFT P.docx
Project 2 PowerPointInstructionsROJECT 3 USING MICROSOFT P.docxProject 2 PowerPointInstructionsROJECT 3 USING MICROSOFT P.docx
Project 2 PowerPointInstructionsROJECT 3 USING MICROSOFT P.docx
 
AutoCad 2D shortcut Keys
AutoCad 2D shortcut KeysAutoCad 2D shortcut Keys
AutoCad 2D shortcut Keys
 
Technical Drafting Learning Module v.2.0
Technical Drafting Learning Module v.2.0Technical Drafting Learning Module v.2.0
Technical Drafting Learning Module v.2.0
 
Lm techdrafting-140627062120-phpapp02
Lm techdrafting-140627062120-phpapp02Lm techdrafting-140627062120-phpapp02
Lm techdrafting-140627062120-phpapp02
 
Frequently Asked questions
Frequently Asked questions Frequently Asked questions
Frequently Asked questions
 
Technical drafting
Technical draftingTechnical drafting
Technical drafting
 
Lecture-1.pptx
Lecture-1.pptxLecture-1.pptx
Lecture-1.pptx
 
Solidworks software
Solidworks softwareSolidworks software
Solidworks software
 
IRJET- Technical Graphic Showcase
IRJET- Technical Graphic ShowcaseIRJET- Technical Graphic Showcase
IRJET- Technical Graphic Showcase
 

Nx 7.5 (1)

  • 1. IDE20 Software, NX Lesson 1 – Getting Started Document URL: http://ide20.com/upload/ModuleNX/Lesson01.pdf Developer: rhutch@mst.edu NX 7.5 Lesson 1 – Getting Started Pre-reqs/Technical Skills • Basic computer use Expectations • Read lesson material • Implement steps in software while reading through lesson material • Complete quiz on Blackboard • Submit completed assignment on Blackboard • Attend help sessions as necessary • Post comments on lesson web page Objectives/Measurables • Learn the basics of using NX to create simple 3D parts, measured via assignment score • Learn various features in NX, measured via Blackboard quiz score Lecture Topics • Opening NX • Basic sketching • Extrusions and revolutions • Adding features Table of Contents NX 7.5 ............................................................................................................................................... 1 Lesson 1 – Getting Started ................................................................................................................................................................... 1 Pre-reqs/Technical Skills ........................................................................................................................................................................... 1 Expectations ..................................................................................................................................................................................................... 1 Objectives/Measurables ............................................................................................................................................................................. 1 Lecture Topics ................................................................................................................................................................................................. 1 Introduction – NX .................................................................................................................................................................................... 1 Opening NX ................................................................................................................................................................................................ 2 Starting a New Model .................................................................................................................................................................................. 2 Drawing in NX ........................................................................................................................................................................................... 4 Trimming and Deleting............................................................................................................................................................................... 8 Editing Dimensions ....................................................................................................................................................................................... 9 Extruding and Revolving ............................................................................................................................................................................ 9 Adding Features ..................................................................................................................................................................................... 12 Chamfer ........................................................................................................................................................................................................... 13 Edge Blend (Fillet) ..................................................................................................................................................................................... 13 Assignment............................................................................................................................................................................................... 14 Introduction – NX NX is a premier 3D computer aided design suite. It allows you to model solid components and assemblies, to perform engineering analyses such as mechanism simulation and stress analysis, to create tool paths for computer-based manufacturing processes and to perform numerous other engineering design activities in a single software environment. Software suites like NX are referred to as product lifecycle management (PLM) 1 Copyright 2010, Missouri S&T
  • 2. IDE20 Software, NX Lesson 1 – Getting Started Document URL: http://ide20.com/upload/ModuleNX/Lesson01.pdf Developer: rhutch@mst.edu tools since they are generally integrated in the product design process from start to finish. The IDE20 tutorials for NX will focus on basic 3D drafting and component modeling. Opening NX NX 7.5 is not available on all campus CLC computers nor is it available for student computers. It is installed in CH105 and on computers in the Toomey Hall CLCs. To start NX, use the NX 7.5 shortcut under Start (or Windows button)->(All) Programs->UGS NX 7.5. It may take a minute or so for NX to start the first time. Once opened, you will be presented with the window shown in Figure 1. Figure 1 - NX 7.5 Starting a New Model To start modeling, you must first create a part file. NX part files use the extension .prt for both components and assemblies of components. In this tutorial, a single part file will be used with one component. To create a new part, click the New button to open the New dialog (Figure 2). For now, stay in the Model tab. Select Model from the Templates list (the default) and set the Folder to a location on your S: drive or desktop. The default location may be stored locally on the lab computer you are using and might not be in your roaming profile (it might not be accessible on a different computer). Once a folder has been selected, set the name of the part file. Click OK to start modeling. 2 Copyright 2010, Missouri S&T
  • 3. IDE20 Software, NX Lesson 1 – Getting Started Document URL: http://ide20.com/upload/ModuleNX/Lesson01.pdf Developer: rhutch@mst.edu Figure 2 - New Part Dialog Once the new file has been created, the NX modelling interface will open (Figure 3). Like most modern PLM tools, the interface for NX contains numerous icons, lists, text prompts and other features that can be incredibly overwhelming. For now, we will focus on the sketching tools, part navigator, viewer and menu. Figure 3 - NX 7.5 User Interface 3 Copyright 2010, Missouri S&T
  • 4. IDE20 Software, NX Lesson 1 – Getting Started Document URL: http://ide20.com/upload/ModuleNX/Lesson01.pdf Developer: rhutch@mst.edu Drawing in NX NX, like most modern PLM tools, is feature-based. That means you build up a component from a set of features that are added in sequence. This sequence, and the details of each feature, can be edited later if the design needs to be changed. Features can be removed, inserted or modified to create almost any solid part imaginable. This allows a precise and highly editable method for describing solid components and differs from the 3D free- form modeling approach (freeform modeling is used in computer graphics applications such as making models for video games). The features you add to a part will appear in the Part Navigator under Model History. For a new part, the only thing appearing in the model history should be a Datum Coordinate System. This is the 3D Cartesian coordinate system used in the part and includes an origin location and coordinate axes. These are shown with the coordinate system indicator at the center of the Viewer. The general workflow for creating a part in NX is to create a sketch, extrude or revolve the sketch and then add features to the resulting solid part. Sketches are 2D (mostly) drawings that are used to define a cross section of the part. This cross section can be extruded (pushed into or pulled out of the plane of the sketch) and rotated (wrapped around a axis) to form a 3D solid part. To create a Sketch. Click the Sketch button in the sketching toolbar (Figure 4). This will open a new dialog (Figure 5) for defining the sketch. The first step in defining the Sketch is to set the sketching plane. This is the 2D plane that the sketch will be drawn onto. This plane can be derived from the existing Datum Coordinate System or can be based on geometry from an existing part (you can sketch on the surface of a part). For now, start the sketch on the XY plane. To select the XY plane, move the cursor to the skewed lines connecting the x and y axis lines on the coordinate system indicator (Figure 6). Figure 4 - Sketching Toolbar Figure 5 - Sketch Dialog 4 Copyright 2010, Missouri S&T
  • 5. IDE20 Software, NX Lesson 1 – Getting Started Document URL: http://ide20.com/upload/ModuleNX/Lesson01.pdf Developer: rhutch@mst.edu Figure 6 - Coordinate System Indicator The lines will highlight in red once you have the mouse cursor in the correct location. You can select the YZ and XZ plane the same way. Click once to set the plane. The red asterisk next to Select Planar Face or Plane in the Sketch dialog will change to a green check indicating that you have completed a necessary step. For now, no other information is required. Simply click OK on the Sketch dialog to start the sketch. A blue sketch plane will appear on the selected plane (Figure 7). Figure 7 - Sketch Plane You can now draw on the plane, but without re-orientating the view it might be hard to see what you are doing. To align the view with the plane of the sketch, right-click in an empty space in the viewer and select Orient View to Sketch in the pop-up (Figure 8). Shift+F8 is the shortcut for this action. The view will rotate to match the plane of the sketch. Figure 8 - Orienting the View 5 Copyright 2010, Missouri S&T
  • 6. IDE20 Software, NX Lesson 1 – Getting Started Document URL: http://ide20.com/upload/ModuleNX/Lesson01.pdf Developer: rhutch@mst.edu Sketches are comprised of simple drawing elements like lines and circles connected by constraints. For example, a box is made of four line segments with their endpoints constrained to connect to each other at the corners of the box and to be perpendicular to each other (Figure 9). Figure 9 - A Sketch As you add elements to a sketch, NX attempts to fully constrain the sketch automatically. A fully constrained sketch is completely defined by a set of parameters and object constraints. To see this process in action, draw the box shown in Figure 9. To do this, click the Line button in the sketching toolbar (Figure 10). Figure 10 - Line Tool The cursor will become a set of crosshairs with a small dialog attached. This dialog allows you to precisely define the location of the start and end point of the line based on the coordinate system of the sketch. NX defaults to XY form for the x and y coordinates of the point. To change to length/angle form, click the Parameter Mode button in the Input Mode dialog (Figure 11). You can switch back to XY by selecting Coordinate Mode from the same dialog. For now, leave the Input Mode set to XY (Coordinate Mode). Figure 11 - Line Input Mode 6 Copyright 2010, Missouri S&T
  • 7. IDE20 Software, NX Lesson 1 – Getting Started Document URL: http://ide20.com/upload/ModuleNX/Lesson01.pdf Developer: rhutch@mst.edu Set the first point of the line at (0,0). This can be done two different ways. The first is to simply move the cursor close to the origin of the sketch coordinate system until the cursor dialog reads XC 0 and YC 0. Alternatively, you can type in the coordinates manually. First type in the x-value then hit the Tab key to enter the y-value. Hit the Enter key to set the point. You can set the end point of the line in a similar manner (Figure 12). For now, set the point at (50,0). If case you are wondering about the dimensions used here, NX defaults to Metric mm for distance. Other unit systems can be used as well. Figure 12 - Drawing a Line Once you set the end point, click the Show All Constraints button to make all sketch constraints visible (Figure 13). Two constraints will appear. A blue arrow and a purple dimension. The blue arrow means the line associated with the constraint is horizontal. The purple dimension sets the length of the line. Since the start point of the line is set to the origin of the coordinate system, only two constraints are needed to completely describe the line. In this case, these constraints are that the line is horizontal and 50mm long. Click the Line button again to start another line (NX doesn’t start a new line at the endpoint of the old line by default). Set the start point of the new line at the endpoint of the last line. Once you get close to this point, note that the cursor changes to show a set of four arrows pointed inward. This is to indicate that the new point will be snapped to the old point exactly (it that point moves, both lines will be altered). Once the start point is set, move the cursor up to set the next point in the box. Enter the coordinates manually or set the length and angle. Now draw the last two lines to complete the shape. Note the constraints added by NX including the horizontal arrows, vertical arrows and dimensions. Figure 13 - Showing Constraints Once the box is complete, add a circle to the right-hand side. To do this, click the Circle button in the sketching toolbar. Select the center of the right-hand line to set the center of the circle with a left-click (NX will snap to the middle of the line if you get close enough, watch for the change in the cursor). Once set, move the cursor to define the radius of the circle. To set the radius equal to the half-length of the edge of the box, you can move the cursor to the top-right corner of the box until the cursor changes to the arrows. This will snap the outside of the circle to the corner of the box (Figure 14). 7 Copyright 2010, Missouri S&T
  • 8. IDE20 Software, NX Lesson 1 – Getting Started Document URL: http://ide20.com/upload/ModuleNX/Lesson01.pdf Developer: rhutch@mst.edu Figure 14 - Example Sketch Trimming and Deleting To get rid of extra lines in a sketch, simply select the objects and hit the Delete key. To trim away extra portions of a sketch, click the Quick Trim button from the sketching toolbar (Figure 15). You can now trim off extra lines by clicking on them, the portion to be trimmed will be highlighted. Trim away the left half of the circle and the right-hand line of the box now. The result should look like Figure 16. Figure 15 - Quick Trim Figure 16 – Trimmed Sketch 8 Copyright 2010, Missouri S&T
  • 9. IDE20 Software, NX Lesson 1 – Getting Started Document URL: http://ide20.com/upload/ModuleNX/Lesson01.pdf Developer: rhutch@mst.edu Editing Dimensions You may be wondering why NX puts all the dimensions on the sketch. Double-click the R25,0 dimension. This will open a dialog that lets you change the radius of the circle. Change this to 50 mm then hit Enter. The drawing will update to look like Figure 17. Figure 17 - Sketch with Altered Dimension This is a key aspect of feature-based parametric modeling, dimensions and constraints can be updated at any time if aspects of the design need to be changed. For now, complete the sketch by selecting the Finish Sketch button in the sketching toolbar. The dimensions will hide for now but remain associated with the sketch. Extruding and Revolving To convert the 2D sketch into a 3D object, it can be extruded along an axis or revolved around an axis. Both operations will be covered in this section. To extrude the shape, click the Extrude button in the menu. This will open the Extrude dialog (Figure 18). 9 Copyright 2010, Missouri S&T
  • 10. IDE20 Software, NX Lesson 1 – Getting Started Document URL: http://ide20.com/upload/ModuleNX/Lesson01.pdf Developer: rhutch@mst.edu Figure 18 - Extrude Dialog The first input required is the 2D profile to extrude. To set this, move the cursor over the shape drawn in the sketch, the profile will highlight once you get close enough. Once highlighted, left-click to select the profile. This will set the Curve and Vector in the Extrude dialog. To only information you need to provide now is the distance to extrude. This distance can be set in the Limits group of the Extrude dialog. The extrusion can be pushed into the screen and pulled out at the same time by changing the start and end distances. For now, set the start distance to 0 and end distance to 50. Press OK to extrude the shape. To see the newly created 3D shape, click the Trimetric view button to rotate the view (Figure 19). Figure 19 - Extruded Part 10 Copyright 2010, Missouri S&T
  • 11. IDE20 Software, NX Lesson 1 – Getting Started Document URL: http://ide20.com/upload/ModuleNX/Lesson01.pdf Developer: rhutch@mst.edu To manually rotate the view, press the F7 key. The cursor will change to a set of curved arrows, you can now click and drag to rotate the view as need. To zoom the view to fit the screen, click the Fit button (next to Trimetric). The mouse scroll wheel will zoom in and out as well. The Sketch can be revolved about an axis instead of being extruded. The Revolve feature can be opened using the Revolve button in the Menu (Figure 20). Click the down arrow next to Extrude if Revolve is not shown. The Revolve dialog will open. From this dialog, you will need to pick a sketch to revolve, an axis to revolve about and an angle to revolve over (the default is 360 deg). Figure 20 - Revolve Option Figure 21 shows the result of revolving the sketch made in the previous section. Figure 21 - Revolved Sketch 11 Copyright 2010, Missouri S&T
  • 12. IDE20 Software, NX Lesson 1 – Getting Started Document URL: http://ide20.com/upload/ModuleNX/Lesson01.pdf Developer: rhutch@mst.edu Adding Features Now that you have a solid part, various features can be added to modify the part. The features covered in this section include Holes, Chamfers and Edge Blends (also called Fillets). To place a hole in the object drawn in the previous step, click the Hole button in the Menu. The Hole dialog will open. The first piece of input for this dialog is the location for the hole. To put the hole at the center of the circular portion of the object, select the circular edge highlighted in yellow in Figure 22. Once the edge is selected, you need to enter two pieces of information, the diameter of the hole and its depth. If the hole only needs to go part of the way through, set the Depth Limit to Value and enter the depth and angle at the bottom of the hole. To make the hole go all the way through a part, set the Depth Limit to Through Body. Click OK to make the hole (Figure 23). Figure 22 - Placing a Hole Figure 23 - Hole Placed 12 Copyright 2010, Missouri S&T
  • 13. IDE20 Software, NX Lesson 1 – Getting Started Document URL: http://ide20.com/upload/ModuleNX/Lesson01.pdf Developer: rhutch@mst.edu Chamfer Chamfers are used to add bevels to sharp edges. To add a chamfer to one side of the object, select the Chamfer option from the down arrow next to the Edge Blend button in the Menu (Figure 24). Figure 24 - Chamfer Option The Chamfer dialog will open. Like creating a Hole, you must first select the location for the chamfer. In this case, you will need to select edges of the part. Select an edge to get a preview and the Distance dialog (Figure 25). Figure 25 - Chamfering In this dialog, you can set the distance to chamfer. Try changing this value to see how it alters the appearance of the chamfer. Click OK in the Chamfer dialog to add the feature. Edge Blend (Fillet) Edge blends, or Fillets, are like chamfers but with rounded edges instead of straight-cut edges. To add an edge blend, select the Edge Blend button (Figure 24). Use the same sequence to pick an edge and set the radius as you used with the chamfer. Wrapping Up With these basic operations, you can make simple 3D models using NX. More in-depth features of NX will be covered in future tutorials. 13 Copyright 2010, Missouri S&T
  • 14. IDE20 Software, NX Lesson 1 – Getting Started Document URL: http://ide20.com/upload/ModuleNX/Lesson01.pdf Developer: rhutch@mst.edu Assignment Draw a single solid object using NX 7.5. The object should include at least one sketch. The sketch must include at least one circle and three line segments. Extrude or revolve the sketch and add at least one hole, chamfer and edge blend. Save the part file and upload it via Blackboard. The following point breakdown will be used: • Sketch (three lines and at least one circle) (2) • Extrusion/Revolution (2) • Hole (2) • Chamfer (2) • Edge Blend (2) Figure 26 has an example that satisfies the requirements of this assignment. Figure 26- Example 14 Copyright 2010, Missouri S&T