Show / Hide Table of Contents

Class StbBrace

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

Constructors

| Improve this Doc View Source

StbBrace()

Declaration
public StbBrace()

Properties

| Improve this Doc View Source

condition_end

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

condition_start

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

feature_brace

Declaration
public StbBraceFeature_brace feature_brace { get; set; }
Property Value
Type Description
StbBraceFeature_brace
| 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

id_node_end

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

id_node_start

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

id_section

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

joint_end

Declaration
public double joint_end { get; set; }
Property Value
Type Description
System.Double
| Improve this Doc View Source

joint_endSpecified

Declaration
public bool joint_endSpecified { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

joint_id_end

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

joint_id_start

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

joint_start

Declaration
public double joint_start { get; set; }
Property Value
Type Description
System.Double
| Improve this Doc View Source

joint_startSpecified

Declaration
public bool joint_startSpecified { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

kind_joint_end

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

kind_joint_start

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

kind_structure

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

name

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

offset_end_X

Declaration
public double offset_end_X { get; set; }
Property Value
Type Description
System.Double
| Improve this Doc View Source

offset_end_XSpecified

Declaration
public bool offset_end_XSpecified { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

offset_end_Y

Declaration
public double offset_end_Y { get; set; }
Property Value
Type Description
System.Double
| Improve this Doc View Source

offset_end_YSpecified

Declaration
public bool offset_end_YSpecified { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

offset_end_Z

Declaration
public double offset_end_Z { get; set; }
Property Value
Type Description
System.Double
| Improve this Doc View Source

offset_end_ZSpecified

Declaration
public bool offset_end_ZSpecified { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

offset_start_X

Declaration
public double offset_start_X { get; set; }
Property Value
Type Description
System.Double
| Improve this Doc View Source

offset_start_XSpecified

Declaration
public bool offset_start_XSpecified { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

offset_start_Y

Declaration
public double offset_start_Y { get; set; }
Property Value
Type Description
System.Double
| Improve this Doc View Source

offset_start_YSpecified

Declaration
public bool offset_start_YSpecified { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

offset_start_Z

Declaration
public double offset_start_Z { get; set; }
Property Value
Type Description
System.Double
| Improve this Doc View Source

offset_start_ZSpecified

Declaration
public bool offset_start_ZSpecified { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

rotate

Declaration
public double rotate { get; set; }
Property Value
Type Description
System.Double
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX