Class SNCurvePoint
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.Materials
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class SNCurvePoint : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
| Type | Description |
|---|---|
| APIBase |
Properties
NumberOfCycles
Declaration
public double NumberOfCycles { get; }
Property Value
| Type | Description |
|---|---|
| System.Double |
Stress
Declaration
public double Stress { get; }
Property Value
| Type | Description |
|---|---|
| System.Double |
Implements
System.IEquatable<T>