DrivenCapacity#
- class DrivenCrossSectionType(*values)#
Bases:
Enum
- PIPE_PILE_CLOSED_END = 1#
- PIPE_PILE_OPEN_END = 2#
- TIMBER_PILE = 3#
- CONCRETE_PILE = 4#
- H_PILE = 5#
- RAYMOND_PILE = 6#
- class DrivenCapacity(model_id: str, pile_id: str, client: Client)#
Bases:
object
Examples: Code Snippet: Manipulation of Pile Sections (Driven)
- getCrossSectionType() DrivenCrossSectionType #
- setCrossSectionType(crossSectionType: DrivenCrossSectionType)#