Show / Hide Table of Contents

Class StbCalNodeRestriction

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

Constructors

| Improve this Doc View Source

StbCalNodeRestriction()

Declaration
public StbCalNodeRestriction()

Properties

| Improve this Doc View Source

e_spring_X

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

e_spring_XSpecified

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

e_spring_Y

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

e_spring_YSpecified

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

e_spring_Z

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

e_spring_ZSpecified

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

e_X

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

e_Y

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

e_Z

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

r_spring_X

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

r_spring_XSpecified

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

r_spring_Y

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

r_spring_YSpecified

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

r_spring_Z

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

r_spring_ZSpecified

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

r_X

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

r_Y

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

r_Z

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