Show / Hide Table of Contents

Class StbAnaModel

Inheritance
System.Object
StbAnaModel
Namespace: STBDotNet.v202
Assembly: STBDotNet.dll
Syntax
public class StbAnaModel : object

Properties

| Improve this Doc View Source

guid

Declaration
public string guid { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

id

Declaration
public string id { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

StbAnaAnalyses

Declaration
public StbAnaAnalysisStaticLinear[] StbAnaAnalyses { get; set; }
Property Value
Type Description
StbAnaAnalysisStaticLinear[]
| Improve this Doc View Source

StbAnaFloorDiaphragms

Declaration
public StbAnaFloorDiaphragm[] StbAnaFloorDiaphragms { get; set; }
Property Value
Type Description
StbAnaFloorDiaphragm[]
| Improve this Doc View Source

StbAnaLoadCases

Declaration
public StbAnaLoadCase[] StbAnaLoadCases { get; set; }
Property Value
Type Description
StbAnaLoadCase[]
| Improve this Doc View Source

StbAnaMaterials

Declaration
public StbAnaMaterial[] StbAnaMaterials { get; set; }
Property Value
Type Description
StbAnaMaterial[]
| Improve this Doc View Source

StbAnaMembers

Declaration
public StbAnaMembers StbAnaMembers { get; set; }
Property Value
Type Description
StbAnaMembers
| Improve this Doc View Source

StbAnaNodes

Declaration
public StbAnaNode[] StbAnaNodes { get; set; }
Property Value
Type Description
StbAnaNode[]
| Improve this Doc View Source

StbAnaProperties

Declaration
public StbAnaProperties StbAnaProperties { get; set; }
Property Value
Type Description
StbAnaProperties
| Improve this Doc View Source

StbAnaRelations

Declaration
public StbAnaRelations StbAnaRelations { get; set; }
Property Value
Type Description
StbAnaRelations
| Improve this Doc View Source

StbAnaSections

Declaration
public StbAnaSection[] StbAnaSections { get; set; }
Property Value
Type Description
StbAnaSection[]
| Improve this Doc View Source

StbAnaStories

Declaration
public StbAnaStory[] StbAnaStories { get; set; }
Property Value
Type Description
StbAnaStory[]
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX