Show / Hide Table of Contents

Class StbAnaMaterial

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

Properties

| Improve this Doc View Source

density

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

densitySpecified

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

E

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

ESpecified

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

G

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

GSpecified

Declaration
public bool GSpecified { get; set; }
Property Value
Type Description
System.Boolean
| 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

name

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

poisson

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

poissonSpecified

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

thermal

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

thermalSpecified

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