Isometric Projection of Prisms

Isometric Projection of Prisms Sample problem: Draw the isometric projection of a hollow rectangular prism of base 50mm x 40mm (outside), height 75mm abd thickness 8mm when its xis is horizontal. Solution for isometric projection of prism: See fig 1. Draw the...

Isometric Projection of simple Solids

Isometric Projection of simple Solids. The most convenient method of drawing the isometric view of any solid object is by the boxing method.  In this the object is considered to be placed in a rectangular box having dimensions with maximum dimensions of the object...

Isometric Scale

Isometric Scale Isometric projection is drawn using Isometric scale, which converts true lengths into isometric lengths which are foreshortened. (“Edges of an object are foreshortened” means that “the edges are cause to appear as if...

Principles of Isometric Projection

Principles of Isometric Projection What is Isometric Projection? Iso (in Greek) means equal; metric means to measure. Hence Isometric projection means a system of projection of equality of measure. Orthographic Projection of a cube: The principle involved in drawing...

preprocessor directives in c

preprocessor directives in c The C Preprocessor is not part of the compiler, but is a separate step in the compilation process. In simplistic terms, a C Preprocessor is just a text substitution tool and they instruct compiler to do required pre-processing before...
Storage Classes in C

Storage Classes in C

Storage classes in c A storage class defines the scope (visibility) and life-time of variables and/or functions within a C Program. These specifiers precede the type that they modify. The following are common Storage Classes in C Program, Auto storage class in C...