Class PointsForSurface
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
PointsForSurface
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.UtilityGUI.Charts
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class PointsForSurface : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Type | Description |
---|---|
APIBase |
Properties
Points
Declaration
public ReadOnlyCollection<Vector3D> Points { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<Vector3D> |
Implements
System.IEquatable<T>