Skip to main content

Base package for structural design software packages

Project description

dx-base package

A collection of base packages and modules for structural design software.

Features

  • Structural elements in plane.
  • Exceptions with error-code.
  • Nodal forces.
  • Structural materials.
  • Material safety factors.

Sample usage

>>> from dx_base.safety_factors import SafetyFactor
>>> sf = SafetyFactor(1.24, 'persistent', 'serviceability')
>>> sf
1.24
>>> sf.design_situation
'persistent'
>>> sf.limit_stte
'serviceability'

Contribute

Source code lives in https://gitlab.com/d-e/dx-base.

Public API

See the documentation pages.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dx-base-1.0.0.tar.gz (12.3 kB view hashes)

Uploaded Source

Built Distribution

dx_base-1.0.0-py3-none-any.whl (22.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page