-
Notifications
You must be signed in to change notification settings - Fork 10
ETABS Specific Adapter Features
karlybast edited this page Jun 2, 2020
·
1 revision
Any property type object will use its name as its identifier in ETABS. Therefore it is important that all properties being pushed has a name defined, and that this is unique.
Property objects include:
- SectionProperties
- SurfaceProperties
- Materials
- Supports
- BarReleases
- LinkConstraints
- ReplaceLoads - Toggles whether any existing load on an object for a specific load pattern should be replaced when a new load for that object and load pattern is pushed.
A diaphragm object can be applied to a Panel via the "SetDiaphragm" method. The diaphragm can be set to Rigid or SemiRigid. Please make sure that all panels applied with the same diaphragm has the same elevation.
The insertion point for the bars can be set via the "SetInsertionPoint" method. The options for the insertion point are:
- BottomLeft
- BottomCenter
- BottomRight
- MiddleLeft
- MiddleCenter
- MiddleRight
- TopLeft
- TopCenter
- TopRight
- Centroid
- ShearCenter
The auto length offset can be controlled via the SetAutoLengthOffset method.