Class NodalMatrixEditorWrapperColumn
Inheritance
System.Object
NodalMatrixEditorWrapperColumn
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class NodalMatrixEditorWrapperColumn : APIBase, IEquatable<APIBase>
Properties
Name
Declaration
public string Name { get; }
Property Value
Type |
Description |
System.String |
|
Node1ThetaX
Declaration
public double Node1ThetaX { get; set; }
Property Value
Type |
Description |
System.Double |
|
Node1ThetaY
Declaration
public double Node1ThetaY { get; set; }
Property Value
Type |
Description |
System.Double |
|
Node1ThetaZ
Declaration
public double Node1ThetaZ { get; set; }
Property Value
Type |
Description |
System.Double |
|
Node1X
Declaration
public double Node1X { get; set; }
Property Value
Type |
Description |
System.Double |
|
Node1Y
Declaration
public double Node1Y { get; set; }
Property Value
Type |
Description |
System.Double |
|
Node1Z
Declaration
public double Node1Z { get; set; }
Property Value
Type |
Description |
System.Double |
|
Node2ThetaX
Declaration
public double Node2ThetaX { get; set; }
Property Value
Type |
Description |
System.Double |
|
Node2ThetaY
Declaration
public double Node2ThetaY { get; set; }
Property Value
Type |
Description |
System.Double |
|
Node2ThetaZ
Declaration
public double Node2ThetaZ { get; set; }
Property Value
Type |
Description |
System.Double |
|
Node2X
Declaration
public double Node2X { get; set; }
Property Value
Type |
Description |
System.Double |
|
Node2Y
Declaration
public double Node2Y { get; set; }
Property Value
Type |
Description |
System.Double |
|
Node2Z
Declaration
public double Node2Z { get; set; }
Property Value
Type |
Description |
System.Double |
|
Implements
System.IEquatable<T>
Extension Methods