Class OrientedPoints
Provides a list of OrientedPoint.
Namespace: Mechatronics.SystemGraph
Syntax
[Serializable]
public class OrientedPoints
Fields
height
When used to describe a beam distribution, it provided a hint of the sampling frame height.
Declaration
public uint height
Field Value
Type | Description |
---|---|
UInt32 |
points
List of OrientedPoint.
Declaration
public List<OrientedPoint> points
Field Value
Type | Description |
---|---|
List<OrientedPoint> |
width
When used to describe a beam distribution, it provided a hint of the sampling frame width.
Declaration
public uint width
Field Value
Type | Description |
---|---|
UInt32 |