This app integrates SAP2000 with the Viktor platform, allowing users to create and visualize parametric models directly in SAP2000.
- Parametric Frame Geometry: Define and visualize frame geometry with customizable dimensions.
- Model Modification: Updates the material, cross-section, and asssigns support on nodes.
- SAP2000 Model Creation: Generate a new SAP2000 model with specified parameters like height, width, and the number of diagonals.
- 3D Visualization: Render the frame geometry in a 3D view within the Viktor platform.
- Python 3.x
viktor
packagepywin32
package for SAP2000 COM API integration- SAP2000 version 25 installed
Ensure SAP2000 is installed and accessible at the default path:
C:\Program Files\Computers and Structures\SAP2000 25\SAP2000.exe
- If running within the Viktor platform, ensure COM is initialized using
pythoncom.CoInitialize()
in the app code.
- Connect with me on LinkedIn.