answersLogoWhite

0

An engineer might need to create a section view for an object to see what dimensions are on that section of and object or to see it in greater detail.

User Avatar

Wiki User

10y ago

What else can I help you with?

Related Questions

For what reason might an engineer need to create a section view of an object?

An engineer might need to create a section view for an object to see what dimensions are on that section of and object or to see it in greater detail.


For what reason might an engineer need to create auxiliary view of an object?

Because an auxillary view is used to show a surface that is not parallel to any of the principal view planes.


What does atoms have that make an object magnetic?

Atoms have unpaired electrons in their outer energy levels that create a magnetic field when they align in the same direction. This alignment of magnetic moments is what gives rise to the magnetic properties of an object.


5. Pony thinks the only good reason to fight is?

[object Object]


Will your doctor cut you open in the same sot as last Time you had a c section?

Yes, most likely, unless there is a reason to create a new cut such as dense adhesions (scar tissue) or baby's position.


Why create unicef?

for no good reason


Why is the reason an object floats in water?

If the volume of liquid the object displaces weighs more than the object, the object will float. The principle is buoyancy or specific gravity.


How does a building section help in analyzing a street?

If you are drawing a building section, it's always more thorough to include it's proximity to the street. The first reason for this, is a building is required to meet a setback distance from the street per code. The building department will be looking at your drawings to make sure you are within those setback regulations. The second reason, is that it is always nice to see the relationship of the building to its surroundings. The whole point in drawing up a set of plans is to tell a story. An analysis of the street is usually done by a civil engineer.


In poetry and fiction the main reason for using vivid words is to?

In poetry and fiction the main reason for using vivid words is to create imagery


What are the 3 limitations of Freedom of Speech?

It should not offend others,PLEASE COMPLETE REASON 2 AND 3


Should a woman choose a Caesarean section for any reason?

What is one reason for choosing a caesarean Section If she want to be sure that her doctor can make it to golf in time regardless of the added risk of infection and permanent damage caused. Yes then she should definitely choose a Cesarean when there is no good reason to have one.


Can main method be non-static?

No, the reason is simple: A method marked as a static means, that you don't need create an instance (create an object with the 'new' operator) in order to use it. The main method is the entry point for a java application, therefor there is nothing after you call it. no one who can create an object of the type of your class and call the main method. So the jvm must call the main method with no object reference.