Class SNCurvePoint
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
SNCurvePoint
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Materials
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class SNCurvePoint : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Type | Description |
---|---|
APIBase |
Properties
NumberOfCycles
Measurement: Cycles
Declaration
public double NumberOfCycles { get; }
Property Value
Type | Description |
---|---|
System.Double |
Stress
Measurement: Stress
Declaration
public double Stress { get; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>