Class Data3D
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
Data3D
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.NodalAnalysis.Elmer.Results
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class Data3D : Data, IEquatable<APIBase>
Properties
XData
Declaration
public ReadOnlyCollection<double> XData { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<System.Double> |
YData
Declaration
public ReadOnlyCollection<double> YData { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<System.Double> |
ZData
Declaration
public ReadOnlyCollection<double> ZData { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<System.Double> |
Implements
System.IEquatable<T>