Show / Hide Table of Contents

Class StbModel

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

Properties

| Improve this Doc View Source

StbAxes

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

StbJoints

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

StbMembers

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

StbNodes

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

StbSections

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

StbStories

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