Class PointsForSurface
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.UtilityGUI.Charts
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class PointsForSurface : APIBase, IEquatable<APIBase>
Properties
Points
Declaration
public ReadOnlyCollection<Vector3D> Points { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<Vector3D> |
Implements
System.IEquatable<T>