Spatial Element Tools Revit Add-Ins : Room Tools

Room Tools is an Autodesk® Revit® Add-Ins tools to works with Room and Room Tags. Previously, it was released as stand-alone add-ins and now its under Spatial Element Tools Revit® Add-Ins . Room Tools includes the following commands: Remove Redundant Rooms (to remove redundant rooms from the current document) Center Room (relocate rooms location points […]

Quasar Package Guide: PART – B

(PACKAGE DEPRECATED) Parent Topic : Quasar Package Guide GridNamingGenerator TransferLegend CustomDropDown HideUnHideElement LinkLevelGrid ElementSelector GetRoomSides AllElementOfWorkset Quasar Package Guide : PART – B GridNamingGenerator Rename horizontal(X) or vertical(Y) grid with startfrom (increment) value and reverse options.

Create PDF Tools with PyPDF2

This post will show you how you can create a useful PDF File Editor with a few lines of simple codes by using Python and PyPDF2 python module. Before we start writing our program, a few things we need to set up first; Install python 3.x.x version and add your python path to system environment variables. […]

Local Weather Info

This post is about how you can create a webpage that shows local weather information. Source code is hosted on codepen website, so you gonna need a codepen account or any service that can build and deploy a webpage. (Or you can write this in your local text editor without publishing). For current weather information, you need […]