What is solid modeling, Data Structure & Algorithms

Assignment Help:

What is Solid modeling

Solid modeling is the most powerful of the 3-D modeling technique. It provides the user with complete information about the model. Defining an object with a solid model is the easiest of the available three modelling techniques (curves, surfaces and solids). Solid models can be quickly created without having to define individual locations as with wire-frames, unlike wire-frame and surface models, which contain only geometric data. Solid models contain both geometric and topological information of the object. Some of the potential advantages of solid modeling are :

(i)  Mass properties such as area, volume, weight, centre of gravity and moment of inertia can be determined quickly.

(ii)  It allows the design engineer to develop and evaluate alternative concepts for parts and assemblies while the design is still a theoretical model. Solid models are non-ambiguous.

(iii)  Cross sections can be cut through the three-dimensional models with colour used to identify and highlight different materials and various other features.

(iv)  It helps in interference checking of moving parts and the action of moving parts in three-dimensions in complex assemblies.

(v)  It is useful for preparing the technical illustrations used in manuals and other documentation because solid modeling can produce very impressive visual displays of objects, using perspective, colour shading and highlighting to create images of photographic quality.

 


Related Discussions:- What is solid modeling

Define threaded binary tree, Threaded Binary Tree:- By changing the NUL...

Threaded Binary Tree:- By changing the NULL lines in a binary tree to special links known as threads, it is possible to perform traversal, insertion and deletion without using

Define the term - array, Define the term - Array A fixed length, ord...

Define the term - Array A fixed length, ordered collection of values of same type stored in contiguous memory locations; collection may be ordered in several dimensions.

Explain insertion sort, Q. Explain the insertion sort with a proper algorit...

Q. Explain the insertion sort with a proper algorithm. What is the complication of insertion sort in the worst case?

Design a time algorithm, Q. An, array, A comprises of n unique integers fro...

Q. An, array, A comprises of n unique integers from the range x to y(x and y inclusive where n=y-x). Which means, there is only one member that is not in A. Design an O(n) time alg

Write down the procedure to reverse a singly linked list. , Ans: A pr...

Ans: A procedure to reverse the singly linked list: reverse(struct node **st) { struct node *p, *q, *r; p = *st; q = NULL; while(p != NULL) { r =q;

Design a doubly linked list, Instructions : You have to design a dou...

Instructions : You have to design a doubly linked list container. The necessary classes and their declarations are given below The main() function for testing the yo

Data structure for representing numbers, Your first task will be to come up...

Your first task will be to come up with an appropriate data structure for representing numbers of arbitrary potential length in base 215. You will have to deal with large negative

A binary tree in which levels except possibly the last, A binary tree in wh...

A binary tree in which if all its levels except possibly the last, have the maximum number of nodes and all the nodes at the last level appear as far left as possible, is called as

Write an algorithm for binary search, Q.1 Write procedures/ Algorithm to in...

Q.1 Write procedures/ Algorithm to insert and delete an element in to array. Q.2. Write an algorithm for binary search. What are the conditions under which sequential search of

Write Your Message!

Captcha
Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd