SlideShare a Scribd company logo
1 of 3
Download to read offline
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

What's hot

Software application (QS)
Software application (QS)Software application (QS)
Software application (QS)Hasif Alias
 
CAD CAM CAE and PLM Study
CAD CAM CAE and PLM StudyCAD CAM CAE and PLM Study
CAD CAM CAE and PLM StudyHarshadaPawar26
 
Introduction of cad cam
Introduction of cad camIntroduction of cad cam
Introduction of cad camvask82
 
Software Application Report
Software Application ReportSoftware Application Report
Software Application ReportShze Hwa Lee
 
Introduction of computer aided manufacturing.pptx
Introduction of computer aided manufacturing.pptxIntroduction of computer aided manufacturing.pptx
Introduction of computer aided manufacturing.pptxChirag Patel
 
Software Application presentation slides
Software Application presentation slidesSoftware Application presentation slides
Software Application presentation slidesDoreen Yeo
 
Unit i computer aided design
Unit i computer aided designUnit i computer aided design
Unit i computer aided designmanimaran m
 
Software assignment 1
Software assignment 1Software assignment 1
Software assignment 1Timun Loh
 
Introduction to CAD CAM in industries
Introduction to CAD CAM in industriesIntroduction to CAD CAM in industries
Introduction to CAD CAM in industriesAshish Khudaiwala
 
CGartner Resume 2014
CGartner  Resume 2014CGartner  Resume 2014
CGartner Resume 2014Chris Gartner
 
Application of Building Information Modelling Software’s for Planning and Sch...
Application of Building Information Modelling Software’s for Planning and Sch...Application of Building Information Modelling Software’s for Planning and Sch...
Application of Building Information Modelling Software’s for Planning and Sch...IRJET Journal
 
IRJET- Design of Spoon Mold using Flow Analysis and Higher End Design Software
IRJET- Design of Spoon Mold using Flow Analysis and Higher End Design SoftwareIRJET- Design of Spoon Mold using Flow Analysis and Higher End Design Software
IRJET- Design of Spoon Mold using Flow Analysis and Higher End Design SoftwareIRJET Journal
 

What's hot (20)

17CS45_CBCS_Moulde 1 ppt
17CS45_CBCS_Moulde 1 ppt17CS45_CBCS_Moulde 1 ppt
17CS45_CBCS_Moulde 1 ppt
 
Software application (QS)
Software application (QS)Software application (QS)
Software application (QS)
 
CAD CAM CAE and PLM Study
CAD CAM CAE and PLM StudyCAD CAM CAE and PLM Study
CAD CAM CAE and PLM Study
 
Introduction of cad cam
Introduction of cad camIntroduction of cad cam
Introduction of cad cam
 
COMPUTER AIDED DESIGN BY Mr.M.KUMARESAN/AP/MECH/KIT/CBE
COMPUTER AIDED DESIGN BY Mr.M.KUMARESAN/AP/MECH/KIT/CBECOMPUTER AIDED DESIGN BY Mr.M.KUMARESAN/AP/MECH/KIT/CBE
COMPUTER AIDED DESIGN BY Mr.M.KUMARESAN/AP/MECH/KIT/CBE
 
1 cam intro
1 cam intro1 cam intro
1 cam intro
 
Software Application Report
Software Application ReportSoftware Application Report
Software Application Report
 
Project
ProjectProject
Project
 
Introduction of computer aided manufacturing.pptx
Introduction of computer aided manufacturing.pptxIntroduction of computer aided manufacturing.pptx
Introduction of computer aided manufacturing.pptx
 
CAD CAM CAE
CAD CAM CAECAD CAM CAE
CAD CAM CAE
 
Software Application presentation slides
Software Application presentation slidesSoftware Application presentation slides
Software Application presentation slides
 
Unit i computer aided design
Unit i computer aided designUnit i computer aided design
Unit i computer aided design
 
Mechanical engineer software programs
Mechanical engineer software programsMechanical engineer software programs
Mechanical engineer software programs
 
Software assignment 1
Software assignment 1Software assignment 1
Software assignment 1
 
Introduction to CAD CAM in industries
Introduction to CAD CAM in industriesIntroduction to CAD CAM in industries
Introduction to CAD CAM in industries
 
CAD/CAM Lecture #2
CAD/CAM Lecture #2CAD/CAM Lecture #2
CAD/CAM Lecture #2
 
CGartner Resume 2014
CGartner  Resume 2014CGartner  Resume 2014
CGartner Resume 2014
 
Application of Building Information Modelling Software’s for Planning and Sch...
Application of Building Information Modelling Software’s for Planning and Sch...Application of Building Information Modelling Software’s for Planning and Sch...
Application of Building Information Modelling Software’s for Planning and Sch...
 
Software report
Software reportSoftware report
Software report
 
IRJET- Design of Spoon Mold using Flow Analysis and Higher End Design Software
IRJET- Design of Spoon Mold using Flow Analysis and Higher End Design SoftwareIRJET- Design of Spoon Mold using Flow Analysis and Higher End Design Software
IRJET- Design of Spoon Mold using Flow Analysis and Higher End Design Software
 

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

Computer-Aided Design of Raft Foundation using Excel VBA and FORTRAN
Computer-Aided Design of Raft Foundation using Excel VBA and FORTRANComputer-Aided Design of Raft Foundation using Excel VBA and FORTRAN
Computer-Aided Design of Raft Foundation using Excel VBA and FORTRANIRJET Journal
 
IRJET- Multi Tasking Software for Manufacturing Industry
IRJET- Multi Tasking Software for Manufacturing IndustryIRJET- Multi Tasking Software for Manufacturing Industry
IRJET- Multi Tasking Software for Manufacturing IndustryIRJET Journal
 
Design of a graphical user interface for design
Design of a graphical user interface for designDesign of a graphical user interface for design
Design of a graphical user interface for designLaukik Raut
 
Review of Development done in Computerization of Electrical Specifications fo...
Review of Development done in Computerization of Electrical Specifications fo...Review of Development done in Computerization of Electrical Specifications fo...
Review of Development done in Computerization of Electrical Specifications fo...ijsrd.com
 
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...ijcax
 
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...ijcax
 
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...ijcax
 
STUDY OF BUILDING INFORMATION MODELING PROCESS
STUDY OF BUILDING INFORMATION MODELING PROCESSSTUDY OF BUILDING INFORMATION MODELING PROCESS
STUDY OF BUILDING INFORMATION MODELING PROCESSIRJET Journal
 
Automatic Graphical Design Generator
Automatic Graphical Design GeneratorAutomatic Graphical Design Generator
Automatic Graphical Design GeneratorIRJET Journal
 
Computer Aided Process Planning Using Neutral File Step for Rotational Parts
Computer Aided Process Planning Using Neutral File Step for Rotational PartsComputer Aided Process Planning Using Neutral File Step for Rotational Parts
Computer Aided Process Planning Using Neutral File Step for Rotational PartsRSIS International
 
Developing a gui based design software in
Developing a gui based design software inDeveloping a gui based design software in
Developing a gui based design software inLaukik Raut
 
IRJET- Design of Mini CNC using Arduino Uno
IRJET-  	  Design of Mini CNC using Arduino UnoIRJET-  	  Design of Mini CNC using Arduino Uno
IRJET- Design of Mini CNC using Arduino UnoIRJET Journal
 
Part 1-Introduction to CAD-CAM-CAE.pptx
Part 1-Introduction to CAD-CAM-CAE.pptxPart 1-Introduction to CAD-CAM-CAE.pptx
Part 1-Introduction to CAD-CAM-CAE.pptxKhalil Alhatab
 
IRJET- How Artificial Intelligence Accelerates Software Development
IRJET- How Artificial Intelligence Accelerates Software DevelopmentIRJET- How Artificial Intelligence Accelerates Software Development
IRJET- How Artificial Intelligence Accelerates Software DevelopmentIRJET Journal
 
IRJET-Towards a Methodology for the Development of Plug-In
IRJET-Towards a Methodology for the Development of Plug-InIRJET-Towards a Methodology for the Development of Plug-In
IRJET-Towards a Methodology for the Development of Plug-InIRJET Journal
 
Auto conversion of serial C code to CUDA code
Auto conversion of serial C code to CUDA codeAuto conversion of serial C code to CUDA code
Auto conversion of serial C code to CUDA codeIRJET Journal
 

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

Computer-Aided Design of Raft Foundation using Excel VBA and FORTRAN
Computer-Aided Design of Raft Foundation using Excel VBA and FORTRANComputer-Aided Design of Raft Foundation using Excel VBA and FORTRAN
Computer-Aided Design of Raft Foundation using Excel VBA and FORTRAN
 
IRJET- Multi Tasking Software for Manufacturing Industry
IRJET- Multi Tasking Software for Manufacturing IndustryIRJET- Multi Tasking Software for Manufacturing Industry
IRJET- Multi Tasking Software for Manufacturing Industry
 
Design of a graphical user interface for design
Design of a graphical user interface for designDesign of a graphical user interface for design
Design of a graphical user interface for design
 
Nx file
Nx fileNx file
Nx file
 
Nx file
Nx fileNx file
Nx file
 
1. cad fundamental
1. cad fundamental1. cad fundamental
1. cad fundamental
 
Review of Development done in Computerization of Electrical Specifications fo...
Review of Development done in Computerization of Electrical Specifications fo...Review of Development done in Computerization of Electrical Specifications fo...
Review of Development done in Computerization of Electrical Specifications fo...
 
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...
 
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...
 
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...
 
STUDY OF BUILDING INFORMATION MODELING PROCESS
STUDY OF BUILDING INFORMATION MODELING PROCESSSTUDY OF BUILDING INFORMATION MODELING PROCESS
STUDY OF BUILDING INFORMATION MODELING PROCESS
 
Automatic Graphical Design Generator
Automatic Graphical Design GeneratorAutomatic Graphical Design Generator
Automatic Graphical Design Generator
 
Computer Aided Process Planning Using Neutral File Step for Rotational Parts
Computer Aided Process Planning Using Neutral File Step for Rotational PartsComputer Aided Process Planning Using Neutral File Step for Rotational Parts
Computer Aided Process Planning Using Neutral File Step for Rotational Parts
 
unit 1 &2.pdf
unit 1 &2.pdfunit 1 &2.pdf
unit 1 &2.pdf
 
Developing a gui based design software in
Developing a gui based design software inDeveloping a gui based design software in
Developing a gui based design software in
 
IRJET- Design of Mini CNC using Arduino Uno
IRJET-  	  Design of Mini CNC using Arduino UnoIRJET-  	  Design of Mini CNC using Arduino Uno
IRJET- Design of Mini CNC using Arduino Uno
 
Part 1-Introduction to CAD-CAM-CAE.pptx
Part 1-Introduction to CAD-CAM-CAE.pptxPart 1-Introduction to CAD-CAM-CAE.pptx
Part 1-Introduction to CAD-CAM-CAE.pptx
 
IRJET- How Artificial Intelligence Accelerates Software Development
IRJET- How Artificial Intelligence Accelerates Software DevelopmentIRJET- How Artificial Intelligence Accelerates Software Development
IRJET- How Artificial Intelligence Accelerates Software Development
 
IRJET-Towards a Methodology for the Development of Plug-In
IRJET-Towards a Methodology for the Development of Plug-InIRJET-Towards a Methodology for the Development of Plug-In
IRJET-Towards a Methodology for the Development of Plug-In
 
Auto conversion of serial C code to CUDA code
Auto conversion of serial C code to CUDA codeAuto conversion of serial C code to CUDA code
Auto conversion of serial C code to CUDA code
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTUREIRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsIRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASIRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProIRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemIRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignIRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSRajkumarAkumalla
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingrakeshbaidya232001
 
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZTE
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxwendy cai
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineeringmalavadedarshan25
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...Call Girls in Nagpur High Profile
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxupamatechverse
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 

Recently uploaded (20)

(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writing
 
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptx
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineering
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
 
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptx
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 

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