|
Programming Reference for VirtualLab Fusion
2022.1
|
This class is subject to change. Programs using this class may require changes with a new version of VirtualLab.
Class which combines a harmonic fields set with view settings.
More...
Public Member Functions | |
| override object | Clone () |
| Creates a new object that is a copy of the current instance. More... | |
| void | Dispose () |
| Dispose functionality | |
| override bool | Equals (object otherObject, EqualityIntent equalityIntent) |
| Determines whether the specified Object is equal to this instance. More... | |
| HarmonicFieldsSetView (HarmonicFieldsSet harmonicFieldsSet) | |
| Constructor using default view settings. More... | |
| HarmonicFieldsSetView (HarmonicFieldsSet harmonicFieldsSet, ViewProperties viewSettings) | |
| Default constructor More... | |
| override string | ToString () |
| overridden ToString() function. Used for parameter run. More... | |
Public Attributes | |
| HarmonicFieldsSet | HarmonicFieldsSet |
| The underlying harmonic fields set. | |
| ViewProperties | ViewSettings |
| The view settings which shall be applied to the harmonic fields set. | |
This class is subject to change. Programs using this class may require changes with a new version of VirtualLab.
Class which combines a harmonic fields set with view settings.
| HarmonicFieldsSetView | ( | HarmonicFieldsSet | harmonicFieldsSet | ) |
Constructor using default view settings.
| harmonicFieldsSet | The harmonic fields set with which the class shall be initialized. |
| HarmonicFieldsSetView | ( | HarmonicFieldsSet | harmonicFieldsSet, |
| ViewProperties | viewSettings | ||
| ) |
Default constructor
| harmonicFieldsSet | The harmonic fields set with which the class shall be initialized. |
| viewSettings | The view properties with which the class shall be initialized. |
| override object Clone | ( | ) |
Creates a new object that is a copy of the current instance.
| override bool Equals | ( | object | otherObject, |
| EqualityIntent | equalityIntent | ||
| ) |
Determines whether the specified Object is equal to this instance.
| otherObject | The Object to compare with this instance. |
| equalityIntent | Defines what kind of equality you want to check when comparing two objects, for example all values or just physical equality. |
true if the specified Object is equal to this instance; otherwise, false. | override string ToString | ( | ) |
overridden ToString() function. Used for parameter run.