Class Data3D
Inheritance
System.Object
Data3D
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed 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>
Extension Methods