Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

71 total results found

Step-by-step guide to using the OpenSTAAD API from Python

Others

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

Others

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

Others

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

Others

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

Others 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

Others

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...