Advanced Search
Search Results
71 total results found
Step-by-step guide to using the OpenSTAAD API from Python
1. Install prerequisites pip install comtypes pywin32 openstaad 2. Launch STAAD.Pro and connect import subprocess, time, comtypes.client from pythoncom import CoInitialize, CoUninitialize CoInitialize() # Initialise COM staad_pa...
Monetary / financial calculations inside your QRF → BOQ automation
For monetary / financial calculations inside your QRF → BOQ automation, you need two things: Exact decimal precision (no binary-float rounding surprises). Convenience helpers for currency formatting, FX, amortisation, etc. ──────────────────────...
BIM/IFC models for QTO
Below is a concise, Python-first recipe that shows exactly how to plug an IFC model (provided with the QRF) into your Quantity-Take-Off (QTO) pipeline. It follows the external-mode pattern described in the BIM literature: the IFC file is only a data source; al...
Quotation Request Form (QRF) - broken down
Key inputs that must be supplied in a Quotation Request Form (QRF) for a Pre-Engineered Building (PEB) project are grouped below. If any of these items are missing the supplier cannot price or design the building accurately. General project data• Project ...
Integration vCX with GHL
✅ Recommended Architecture 1. Push vCX Conversations into GHL Use the https://highlevel.stoplight.io/docs/integrations/0443d7d1a4bd0-overview to: Create or update a Contact using clientId as the unique identifier Create a Conversation under that co...
n8n ↔ Zendesk Web Widget (Classic) – JWT Integration
Internal Documentation v1.0 – 2025-08-25 GoalAllow visitors authenticated through your n8n chat front-end to start a Zendesk Web Widget session, while still requiring a human agent to approve any ticket creation. 1. Prerequisites Item Where to fi...