Giter Site home page Giter Site logo

aoynh / grantcad Goto Github PK

View Code? Open in Web Editor NEW
3.0 1.0 0.0 364 KB

Grant CAD estimate the basic materials cost for new house building , base on designed plans.

License: MIT License

C# 100.00%
windows-forms cad cam civil-engineering csharp estimate house-price-prediction visual-studio dotnet

grantcad's Introduction

What is Grant?

For the purposes of residential, business, social, education, health, rural, urban, municipality cases to use, the government lease contract is required and which is necessary to apply. The lease contract is called a grant, and then the proposal of ownership is also called a grant.Nowadays, both contracts are called grants.

What Grant CAD can estimate?

Grant CAD calculates the main things' requirements of any new house building materials what municipality ask for house resistance. Such as,

  • Cement
  • Gravel
  • Lime (Quicklime)
  • Sand

How Grant CAD calculation work?

In 1:1:2:4 of 25 cubic foot concrete, cement will cost 1343.75 Ks, gravel will cost 20962.49 Ks, sand will cost 1250 and lime (quick lime) will cost 20962.49 Ks. The total estimation is 25649.99 Ks.

using System;
public calss Estimate{
    float Total(){

                ratio = Calculate.ShapeRatio(sh); 
                cuft = Calculate.CubicFeet(sh.Area, sh.Depth); 
                cement = Calculate.AverageCubic(sh.Cement, ratio, cuft); 
                gravel = Calculate.AverageCubic(sh.Gravel, ratio, cuft); 
                sand = Calculate.AverageCubic(sh.Sand, ratio, cuft); 
                Lime = Calculate.AverageCubic(sh.Lime, ratio, cuft); 
                cementprice = Calculate.MaterialPrice(cement, DataAccess.estimator.Cement_Price); 
                sandprice = Calculate.MaterialPrice(sand, DataAccess.estimator.Sand_Price); 
                gravelprice = Calculate.MaterialPrice(gravel, DataAccess.estimator.Gravel_Price); 
                limeprice = Calculate.MaterialPrice(Lime, DataAccess.estimator.Lime_Price); 
                float totalestimate = cementprice + sandprice + gravelprice + limeprice;
                return totalestimate;  
    }  
}

How to use Grant CAD?

As estimation work per designed plan, first plot any shapes on the app. See the cost of plotted shapes by right-clicking on the object and click estimate.

Submit (or) Report the proposal

After every shape or designed plans have drawn on the app, click on the report button on tools bar and see the result. The submitting could be done by the getting excel file from report form.

Pending...

Wood cost estimation.
Steel cost estimation.
Roof cost estimation.
Etc.....

Download

Price Citted From

🤝🏻  Creator Contact 🤝🏻  

LinkedIn Gmail

Drink Me A Beer , Thanks 1 Sol/Can

grantcad's People

Contributors

aoynh avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.