SlideShare a Scribd company logo
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 06 | June 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1563
Design Automation of Flange Coupling using NX 10.0
Tanmay N. Sable1, Karim Y. Shaikh2, Sourav R. Silimkar3, Prof. Shraddha. S. Adewar4
1,2,3,4Department of Mechanical Engineering,Zeal Collage of Engineering & Research Pune, Maharashtra, India
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - The CAD/CAM software available in the market
are general purpose software. These software are not
developed for particular user or a particular task. Theprocess
of modelling of the software for particular application to suit
the specific requirement of the customer is called as
customization of software. Various industries use UG/NX to
perform the task of solid modelling, assembly modelling and
drafting of the various engineering products. Due to the wide
variety of applications, couplings of various types are used
frequently by many industries. The aim of this work is to
customize UG/NX CAD/CAM software, toprovidefacilitiesthat
generate three dimensional part model of Flange’s coupling,
and its assembly model using knowledgefusionprogramming.
Keyword - NX 10, CAD, Flange Coupling, Visual Studio
1. INTRODUCTION
The concept of mass customization has become increasingly
popular since the 1990’s (Pine, 1993). This is due to
customization offerings a competitive advantage to
companies with increased customer value. Furthermore, in
keeping with the evolving paradigm of mass customization,
Meyer and Utter back (1992) also introduced the concept of
product family design, where standardized products can be
replaced with specificfeaturesandfunctionalityaccordingto
customers’ specific needs and desires. One may conclude by
these studies that by automating the design process toallow
the customer more range of direct, interactive control with
the design, companies could experience a significant
reduction in operation costs. Withtoday’semergingmarkets
and product variety, it is very important for industrial
companies to explore product customization to capture
customer attention and deliver true customer value. The
challenges are formidable, especiallywithtoday’scustomers
who consistently demand “a product with the highest
quality, fastest delivery, and highest level of product
customization” (Kumar, 2008). Unfortunately, most of
today’s product customization falls under the category of
customized standardization (Lampel & Mintzberg, 1996),
where the customers are not involved in the design and
manufacturing process, as depicted in Figure 1 below.
Computer-aided design (CAD) software available in market
are tremendously improving the productivity of designer by
facilitating various features that reduce the product
development time. However, it is observed that most of the
manufacturingindustriesfrequentlydesignandmanufacture
similar type of components only or the assembly often
consist of use of standard parts. The designer has to model
the similar products repeatedly in both cases. This is not
only time consuming but also it creates fatigue in the
designer’s work. If designer is provided with custom
programs for parts and assembly, he has toonlyinputvalues
for key parameters in the dialogue box and the part will
automatically get generated.
1.1 Objective
 Consistent designs
 Ease of use, allowing low skilled manpower to
handle design load
 Increases the productivity
 Minimize errors
 Link CAD to other applications, such as MS-Visual
Studio using the latest technologies
 Faster designs
 Accurate designs sticking to standards
 Automation of CAD is done essentially to
minimize the time consumption and maximize the
productivity; this is done ARX, Lisp and VBA with
enhancement in Auto CAD instruction and
producing well-informed drawings.
1.2 Future Scope
 CAD Automation is mainly used for Facility
management, Hotel Industries, Symbol or block
management, File Data management and so on.
 Digitize design outputs in the form of 2d drawings,
3d models, prototypes
 Avoid repetitive tasks in design
1.3 Methodology
The purpose of this project was to create a tool to allow
customers to be more involved in the design phase for
product customization through the use of aninterfacethat is
seamlessly integrated with CAD’s system API. Figure 4
displays the system architecture for this project.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 06 | June 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1564
Fig.1.5 The system architecture
Basic activities and information flow of the system
architecture are summarized by the following description:
 A user-interface form was developed for the
customers using Visual Basic language.
 Customers input values for pre-identified feature
dimensions for a product mode.
 A new product model will then be design according
to the customer’s parameter values via CAD’s
system application programming interface (API).
In short, this technique provides customers with the ability
to make design changes to the product without the need to
possess design skills in CAD software. In essence, this
method attempted to close the gap of misinterpretation in
product customization betweenthedesignengineersand the
customers. Most importantly, this project educates the
customer about what options are available for them.
2. CUSTOMIZATION LEVELS
The major CAD systems have a wide range of customization
interfaces that go from as simple as assigning commands to
function keys to complete development environments
including high level programming languages and resource
compilers. CAD systems usually offer the following choices:
• Function keys assignment: This is a fairly simple way to
issue a written command. Thekeys,frequentlynamedF1,F2,
etc., are assigned a command that is “typed” whenever the
corresponding key is pressed.
• Configurable menus: New items are added to the standard
menu tree of the program. The new item, represented by a
word or icon, is assigned a command to be executed when it
is selected. Sometimes, creating menu items can be a fairly
complex task.
• Scripts: These are simple sequences of instructions stored
on disk files that are run through a specific command of the
CAD system. By assigning scripts to function keys or menu
items is possible to speed up many tasks.
• Symbols library: Different CAD systems call them blocks,
parts or cells. A symbol is a small drawing of a frequently
used part. Symbols are assigned names and are placedin the
design with arbitrary rotations and/or scale factors.
• Interpretedprogramminglanguages:Theseareproprietary
programming languages whose interpreter is built into the
CAD program. AutoLisp (for AutoCAD), UCM (for Micro
Station) and CADL (for CADKEY) are a few examples. Some
of them, like AutoLisp, resemble high level programming
languages.
• Compiled programming languages: Similar to interpreted
languages but the source code needs to be compile before it
can be used. Compiled customizations run faster and are
better suited for large applicationsthatcaneasilyhavemany
thousands of source code lines. ADS (forAutoCAD),MDL(for
Micro Station) and DCAL (for Data CAD) are some examples.
Chart -1: flow chart for project process plan
Fig -1: Final Result
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 06 | June 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1565
3. PROGRAMING
Visual Studio is the one of the best tool for programing.
Following steps are followed for designing the flange
coupling
Step 1 – Integrating Visual Studio with NX 10
Step 2- Creating Form for input parameter
Step 3- Gives Input parameters (Power to be transmitted,
Rotational Speed (RPM))
Step 4 - .esc format to .dll format generation
Step 5 – Displayed final assembly on screen
4. CONCLUSIONS
We program for the application for various input
parameters and designing conditions and came across
the following conclusion, how the customization
approach is beneficial to the designing department of
the company,
As the saved for the operation the product lifecycle
time reduced.
Drawing generation tasks from parametric models
become efficient.
Designing cost to the company is reduced.
Reduction in error generation.
REFERENCES
 Bhatt, N.D. and Panchal, V.M. (2006). Machine
drawing. Charotar Publishing House.
 Gawali, S., Mundhe and Vinkare, S.K. (2005).
Customization of CATIA for coupling design Visual
BASIC API; B.E. (Prod. Engg.) Project Report,
SGGSIE&T, Nanded.
 Jayachandran, S.S. and Narayanan, S. (1996).
Programme to draw threads using computer aided
design; Industrial Engg. J. India, 25 (4): 1-4.
 Khan, A.N. Shiraz(2007).CustomizationofCATIA for
geometric modeling of fly wheels using VB API;
M.Tech.dissertation,SGGSIE&T, Nanded.
 Kulkarni, S.R. (2009). Customization in UG/NX4.0
for gear modeling; M.Tech. dissertation, SGGSIE&T,
Nanded (M.S.) INDIA.
 Kurundkar, R.C.(2007). A knowledge driven
automation for selection procedure and computer
aided design of bearing ; M. Tech. dissertation,
SGGSIE&T, Nanded(M.S.) INDIA.
 UG/NX4 Documentation help (2006).
 Ashish M. Thakkar, Yashavant D. Patel, Integration
of ProEngineer with Excel and C Language for
Design Automation, International Journal of
Engineering Research & Technology (IJERT), Vol. 1
Issue 4, June – 2012
 Wu, Shufang; Wang, Zongyan; Wang, Yi; Wang,
Xingwen; School of Mechanical Engineering and
Automatization, North UniversityofChina,Taiyuan,
China. Paper appearsin:TechnologyandInnovation
Conference 2009 , page(s): 1 – 5, 2009
 J.Shankar, S.Sundar, Automation of Design by
Integrating Pro/Engineer with Ms-Excel,
International Conference on Advances in
Engineering & Technology , PP 69-72, 2014
 Pro/ENGINEER® Wildfire® 5.0 VB API User‟s
Guide, pp 1-428, 2009
 Parametric CAD modeling: An analysis of strategies
for design Reusability‖ ,Jorge D. Camba ,Computer-
Aided Design 74 (2016)18– 31
 Parametric design: a review andsome experiences‖
,Javier Monedero, Elsevier, Automation in
construction, vol-9 (2009)pp.369-377

More Related Content

PDF
ME6501 Unit 1 introduction to cad
PDF
IRJET- Design Automation of Cam Lobe Modeling in Creo using C#
PDF
CADCAM CAE Notes
PDF
evolution of cad/cam
PPTX
Cad cam
DOCX
DOC of Crank shaft
PPS
CAD/CAM/CAE
PPTX
Software presentation
ME6501 Unit 1 introduction to cad
IRJET- Design Automation of Cam Lobe Modeling in Creo using C#
CADCAM CAE Notes
evolution of cad/cam
Cad cam
DOC of Crank shaft
CAD/CAM/CAE
Software presentation

What's hot (20)

PPTX
17CS45_CBCS_Moulde 1 ppt
PPT
Software application (QS)
PPTX
CAD CAM CAE and PLM Study
PDF
Introduction of cad cam
PDF
COMPUTER AIDED DESIGN BY Mr.M.KUMARESAN/AP/MECH/KIT/CBE
PPT
1 cam intro
PDF
Software Application Report
PDF
Project
PPSX
Introduction of computer aided manufacturing.pptx
PPTX
CAD CAM CAE
PPTX
Software Application presentation slides
PDF
Unit i computer aided design
PDF
Software assignment 1
PPT
Introduction to CAD CAM in industries
PPTX
CAD/CAM Lecture #2
DOC
CGartner Resume 2014
PDF
Application of Building Information Modelling Software’s for Planning and Sch...
PDF
Software report
PDF
IRJET- Design of Spoon Mold using Flow Analysis and Higher End Design Software
17CS45_CBCS_Moulde 1 ppt
Software application (QS)
CAD CAM CAE and PLM Study
Introduction of cad cam
COMPUTER AIDED DESIGN BY Mr.M.KUMARESAN/AP/MECH/KIT/CBE
1 cam intro
Software Application Report
Project
Introduction of computer aided manufacturing.pptx
CAD CAM CAE
Software Application presentation slides
Unit i computer aided design
Software assignment 1
Introduction to CAD CAM in industries
CAD/CAM Lecture #2
CGartner Resume 2014
Application of Building Information Modelling Software’s for Planning and Sch...
Software report
IRJET- Design of Spoon Mold using Flow Analysis and Higher End Design Software
Ad

Similar to IRJET- Design Automation of Flange Coupling using NX 10.0 (20)

PDF
Developing Product Configurator Tool Using Cads’ API With the Help of Paramet...
PDF
Developing Product Configurator Tool Using CADs’ API with the help of Paramet...
PDF
Developing Product Configurator Tool Using CADs’ API with the help of Paramet...
PDF
Developing Product Configurator Tool Using CADs’ API with the help of Paramet...
PPTX
4020531 (CIM)JGHJHJGHJGHJGHJGJGJGJGHJGH.pptx
PDF
Computer intigrated Manufacturing related ppt
PDF
Computer Integrated Manufacturing Presentation
PDF
Introduction to cad/cam
PPT
CIM- 1-120000000-UNIT-1 INTRODUCTION.ppt
PDF
Unigraphics Full.......
PDF
Chapter # 1.pdf
PDF
role of computer in manufacturing industry
PPTX
INTRODUCTION TO CAD,WORKSTATION & DESIGN PROCESS
PPTX
Introduction to CAD/CAM
PDF
Design of a graphical user interface for design
PDF
CAD/CAM -PPT UNIT NO-I
PDF
Introduction to CAD-CAM.pdf
PDF
Fundamentals of 3D modeling
PPTX
Part 1-Introduction to CAD-CAM-CAE.pptx
PPTX
CAD/CAM
Developing Product Configurator Tool Using Cads’ API With the Help of Paramet...
Developing Product Configurator Tool Using CADs’ API with the help of Paramet...
Developing Product Configurator Tool Using CADs’ API with the help of Paramet...
Developing Product Configurator Tool Using CADs’ API with the help of Paramet...
4020531 (CIM)JGHJHJGHJGHJGHJGJGJGJGHJGH.pptx
Computer intigrated Manufacturing related ppt
Computer Integrated Manufacturing Presentation
Introduction to cad/cam
CIM- 1-120000000-UNIT-1 INTRODUCTION.ppt
Unigraphics Full.......
Chapter # 1.pdf
role of computer in manufacturing industry
INTRODUCTION TO CAD,WORKSTATION & DESIGN PROCESS
Introduction to CAD/CAM
Design of a graphical user interface for design
CAD/CAM -PPT UNIT NO-I
Introduction to CAD-CAM.pdf
Fundamentals of 3D modeling
Part 1-Introduction to CAD-CAM-CAE.pptx
CAD/CAM
Ad

More from IRJET Journal (20)

PDF
Enhanced heart disease prediction using SKNDGR ensemble Machine Learning Model
PDF
Utilizing Biomedical Waste for Sustainable Brick Manufacturing: A Novel Appro...
PDF
Kiona – A Smart Society Automation Project
PDF
DESIGN AND DEVELOPMENT OF BATTERY THERMAL MANAGEMENT SYSTEM USING PHASE CHANG...
PDF
Invest in Innovation: Empowering Ideas through Blockchain Based Crowdfunding
PDF
SPACE WATCH YOUR REAL-TIME SPACE INFORMATION HUB
PDF
A Review on Influence of Fluid Viscous Damper on The Behaviour of Multi-store...
PDF
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...
PDF
Explainable AI(XAI) using LIME and Disease Detection in Mango Leaf by Transfe...
PDF
BRAIN TUMOUR DETECTION AND CLASSIFICATION
PDF
The Project Manager as an ambassador of the contract. The case of NEC4 ECC co...
PDF
"Enhanced Heat Transfer Performance in Shell and Tube Heat Exchangers: A CFD ...
PDF
Advancements in CFD Analysis of Shell and Tube Heat Exchangers with Nanofluid...
PDF
Breast Cancer Detection using Computer Vision
PDF
Auto-Charging E-Vehicle with its battery Management.
PDF
Analysis of high energy charge particle in the Heliosphere
PDF
A Novel System for Recommending Agricultural Crops Using Machine Learning App...
PDF
Auto-Charging E-Vehicle with its battery Management.
PDF
Analysis of high energy charge particle in the Heliosphere
PDF
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...
Enhanced heart disease prediction using SKNDGR ensemble Machine Learning Model
Utilizing Biomedical Waste for Sustainable Brick Manufacturing: A Novel Appro...
Kiona – A Smart Society Automation Project
DESIGN AND DEVELOPMENT OF BATTERY THERMAL MANAGEMENT SYSTEM USING PHASE CHANG...
Invest in Innovation: Empowering Ideas through Blockchain Based Crowdfunding
SPACE WATCH YOUR REAL-TIME SPACE INFORMATION HUB
A Review on Influence of Fluid Viscous Damper on The Behaviour of Multi-store...
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...
Explainable AI(XAI) using LIME and Disease Detection in Mango Leaf by Transfe...
BRAIN TUMOUR DETECTION AND CLASSIFICATION
The Project Manager as an ambassador of the contract. The case of NEC4 ECC co...
"Enhanced Heat Transfer Performance in Shell and Tube Heat Exchangers: A CFD ...
Advancements in CFD Analysis of Shell and Tube Heat Exchangers with Nanofluid...
Breast Cancer Detection using Computer Vision
Auto-Charging E-Vehicle with its battery Management.
Analysis of high energy charge particle in the Heliosphere
A Novel System for Recommending Agricultural Crops Using Machine Learning App...
Auto-Charging E-Vehicle with its battery Management.
Analysis of high energy charge particle in the Heliosphere
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...

Recently uploaded (20)

PPTX
Engineering Ethics, Safety and Environment [Autosaved] (1).pptx
PPT
Mechanical Engineering MATERIALS Selection
PPTX
Lecture Notes Electrical Wiring System Components
PPT
CRASH COURSE IN ALTERNATIVE PLUMBING CLASS
PPTX
bas. eng. economics group 4 presentation 1.pptx
PPTX
Geodesy 1.pptx...............................................
PPTX
OOP with Java - Java Introduction (Basics)
PPTX
Infosys Presentation by1.Riyan Bagwan 2.Samadhan Naiknavare 3.Gaurav Shinde 4...
PPTX
KTU 2019 -S7-MCN 401 MODULE 2-VINAY.pptx
PDF
Enhancing Cyber Defense Against Zero-Day Attacks using Ensemble Neural Networks
DOCX
573137875-Attendance-Management-System-original
PPTX
FINAL REVIEW FOR COPD DIANOSIS FOR PULMONARY DISEASE.pptx
PPTX
CARTOGRAPHY AND GEOINFORMATION VISUALIZATION chapter1 NPTE (2).pptx
PPTX
additive manufacturing of ss316l using mig welding
PPTX
M Tech Sem 1 Civil Engineering Environmental Sciences.pptx
PPTX
UNIT 4 Total Quality Management .pptx
PDF
composite construction of structures.pdf
PPTX
MET 305 2019 SCHEME MODULE 2 COMPLETE.pptx
PPTX
CYBER-CRIMES AND SECURITY A guide to understanding
PDF
Evaluating the Democratization of the Turkish Armed Forces from a Normative P...
Engineering Ethics, Safety and Environment [Autosaved] (1).pptx
Mechanical Engineering MATERIALS Selection
Lecture Notes Electrical Wiring System Components
CRASH COURSE IN ALTERNATIVE PLUMBING CLASS
bas. eng. economics group 4 presentation 1.pptx
Geodesy 1.pptx...............................................
OOP with Java - Java Introduction (Basics)
Infosys Presentation by1.Riyan Bagwan 2.Samadhan Naiknavare 3.Gaurav Shinde 4...
KTU 2019 -S7-MCN 401 MODULE 2-VINAY.pptx
Enhancing Cyber Defense Against Zero-Day Attacks using Ensemble Neural Networks
573137875-Attendance-Management-System-original
FINAL REVIEW FOR COPD DIANOSIS FOR PULMONARY DISEASE.pptx
CARTOGRAPHY AND GEOINFORMATION VISUALIZATION chapter1 NPTE (2).pptx
additive manufacturing of ss316l using mig welding
M Tech Sem 1 Civil Engineering Environmental Sciences.pptx
UNIT 4 Total Quality Management .pptx
composite construction of structures.pdf
MET 305 2019 SCHEME MODULE 2 COMPLETE.pptx
CYBER-CRIMES AND SECURITY A guide to understanding
Evaluating the Democratization of the Turkish Armed Forces from a Normative P...

IRJET- Design Automation of Flange Coupling using NX 10.0

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 06 | June 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1563 Design Automation of Flange Coupling using NX 10.0 Tanmay N. Sable1, Karim Y. Shaikh2, Sourav R. Silimkar3, Prof. Shraddha. S. Adewar4 1,2,3,4Department of Mechanical Engineering,Zeal Collage of Engineering & Research Pune, Maharashtra, India ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - The CAD/CAM software available in the market are general purpose software. These software are not developed for particular user or a particular task. Theprocess of modelling of the software for particular application to suit the specific requirement of the customer is called as customization of software. Various industries use UG/NX to perform the task of solid modelling, assembly modelling and drafting of the various engineering products. Due to the wide variety of applications, couplings of various types are used frequently by many industries. The aim of this work is to customize UG/NX CAD/CAM software, toprovidefacilitiesthat generate three dimensional part model of Flange’s coupling, and its assembly model using knowledgefusionprogramming. Keyword - NX 10, CAD, Flange Coupling, Visual Studio 1. INTRODUCTION The concept of mass customization has become increasingly popular since the 1990’s (Pine, 1993). This is due to customization offerings a competitive advantage to companies with increased customer value. Furthermore, in keeping with the evolving paradigm of mass customization, Meyer and Utter back (1992) also introduced the concept of product family design, where standardized products can be replaced with specificfeaturesandfunctionalityaccordingto customers’ specific needs and desires. One may conclude by these studies that by automating the design process toallow the customer more range of direct, interactive control with the design, companies could experience a significant reduction in operation costs. Withtoday’semergingmarkets and product variety, it is very important for industrial companies to explore product customization to capture customer attention and deliver true customer value. The challenges are formidable, especiallywithtoday’scustomers who consistently demand “a product with the highest quality, fastest delivery, and highest level of product customization” (Kumar, 2008). Unfortunately, most of today’s product customization falls under the category of customized standardization (Lampel & Mintzberg, 1996), where the customers are not involved in the design and manufacturing process, as depicted in Figure 1 below. Computer-aided design (CAD) software available in market are tremendously improving the productivity of designer by facilitating various features that reduce the product development time. However, it is observed that most of the manufacturingindustriesfrequentlydesignandmanufacture similar type of components only or the assembly often consist of use of standard parts. The designer has to model the similar products repeatedly in both cases. This is not only time consuming but also it creates fatigue in the designer’s work. If designer is provided with custom programs for parts and assembly, he has toonlyinputvalues for key parameters in the dialogue box and the part will automatically get generated. 1.1 Objective  Consistent designs  Ease of use, allowing low skilled manpower to handle design load  Increases the productivity  Minimize errors  Link CAD to other applications, such as MS-Visual Studio using the latest technologies  Faster designs  Accurate designs sticking to standards  Automation of CAD is done essentially to minimize the time consumption and maximize the productivity; this is done ARX, Lisp and VBA with enhancement in Auto CAD instruction and producing well-informed drawings. 1.2 Future Scope  CAD Automation is mainly used for Facility management, Hotel Industries, Symbol or block management, File Data management and so on.  Digitize design outputs in the form of 2d drawings, 3d models, prototypes  Avoid repetitive tasks in design 1.3 Methodology The purpose of this project was to create a tool to allow customers to be more involved in the design phase for product customization through the use of aninterfacethat is seamlessly integrated with CAD’s system API. Figure 4 displays the system architecture for this project.
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 06 | June 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1564 Fig.1.5 The system architecture Basic activities and information flow of the system architecture are summarized by the following description:  A user-interface form was developed for the customers using Visual Basic language.  Customers input values for pre-identified feature dimensions for a product mode.  A new product model will then be design according to the customer’s parameter values via CAD’s system application programming interface (API). In short, this technique provides customers with the ability to make design changes to the product without the need to possess design skills in CAD software. In essence, this method attempted to close the gap of misinterpretation in product customization betweenthedesignengineersand the customers. Most importantly, this project educates the customer about what options are available for them. 2. CUSTOMIZATION LEVELS The major CAD systems have a wide range of customization interfaces that go from as simple as assigning commands to function keys to complete development environments including high level programming languages and resource compilers. CAD systems usually offer the following choices: • Function keys assignment: This is a fairly simple way to issue a written command. Thekeys,frequentlynamedF1,F2, etc., are assigned a command that is “typed” whenever the corresponding key is pressed. • Configurable menus: New items are added to the standard menu tree of the program. The new item, represented by a word or icon, is assigned a command to be executed when it is selected. Sometimes, creating menu items can be a fairly complex task. • Scripts: These are simple sequences of instructions stored on disk files that are run through a specific command of the CAD system. By assigning scripts to function keys or menu items is possible to speed up many tasks. • Symbols library: Different CAD systems call them blocks, parts or cells. A symbol is a small drawing of a frequently used part. Symbols are assigned names and are placedin the design with arbitrary rotations and/or scale factors. • Interpretedprogramminglanguages:Theseareproprietary programming languages whose interpreter is built into the CAD program. AutoLisp (for AutoCAD), UCM (for Micro Station) and CADL (for CADKEY) are a few examples. Some of them, like AutoLisp, resemble high level programming languages. • Compiled programming languages: Similar to interpreted languages but the source code needs to be compile before it can be used. Compiled customizations run faster and are better suited for large applicationsthatcaneasilyhavemany thousands of source code lines. ADS (forAutoCAD),MDL(for Micro Station) and DCAL (for Data CAD) are some examples. Chart -1: flow chart for project process plan Fig -1: Final Result
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 06 | June 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1565 3. PROGRAMING Visual Studio is the one of the best tool for programing. Following steps are followed for designing the flange coupling Step 1 – Integrating Visual Studio with NX 10 Step 2- Creating Form for input parameter Step 3- Gives Input parameters (Power to be transmitted, Rotational Speed (RPM)) Step 4 - .esc format to .dll format generation Step 5 – Displayed final assembly on screen 4. CONCLUSIONS We program for the application for various input parameters and designing conditions and came across the following conclusion, how the customization approach is beneficial to the designing department of the company, As the saved for the operation the product lifecycle time reduced. Drawing generation tasks from parametric models become efficient. Designing cost to the company is reduced. Reduction in error generation. REFERENCES  Bhatt, N.D. and Panchal, V.M. (2006). Machine drawing. Charotar Publishing House.  Gawali, S., Mundhe and Vinkare, S.K. (2005). Customization of CATIA for coupling design Visual BASIC API; B.E. (Prod. Engg.) Project Report, SGGSIE&T, Nanded.  Jayachandran, S.S. and Narayanan, S. (1996). Programme to draw threads using computer aided design; Industrial Engg. J. India, 25 (4): 1-4.  Khan, A.N. Shiraz(2007).CustomizationofCATIA for geometric modeling of fly wheels using VB API; M.Tech.dissertation,SGGSIE&T, Nanded.  Kulkarni, S.R. (2009). Customization in UG/NX4.0 for gear modeling; M.Tech. dissertation, SGGSIE&T, Nanded (M.S.) INDIA.  Kurundkar, R.C.(2007). A knowledge driven automation for selection procedure and computer aided design of bearing ; M. Tech. dissertation, SGGSIE&T, Nanded(M.S.) INDIA.  UG/NX4 Documentation help (2006).  Ashish M. Thakkar, Yashavant D. Patel, Integration of ProEngineer with Excel and C Language for Design Automation, International Journal of Engineering Research & Technology (IJERT), Vol. 1 Issue 4, June – 2012  Wu, Shufang; Wang, Zongyan; Wang, Yi; Wang, Xingwen; School of Mechanical Engineering and Automatization, North UniversityofChina,Taiyuan, China. Paper appearsin:TechnologyandInnovation Conference 2009 , page(s): 1 – 5, 2009  J.Shankar, S.Sundar, Automation of Design by Integrating Pro/Engineer with Ms-Excel, International Conference on Advances in Engineering & Technology , PP 69-72, 2014  Pro/ENGINEER® Wildfire® 5.0 VB API User‟s Guide, pp 1-428, 2009  Parametric CAD modeling: An analysis of strategies for design Reusability‖ ,Jorge D. Camba ,Computer- Aided Design 74 (2016)18– 31  Parametric design: a review andsome experiences‖ ,Javier Monedero, Elsevier, Automation in construction, vol-9 (2009)pp.369-377