Programming Reference for VirtualLab Fusion
2025.1
|
This class is subject to change. Programs using this class may require changes with a new version of VirtualLab.
Interface to be implemented by all classes that contain coordinate systems that can serve as positioning references
More...
Public Member Functions | |
bool | ContainsReferenceCoordinateSystemWithKey (string key) |
Method that gives a flag, indicating whether or not a coordinate system is contained that can be accessed via a certain key. | |
CartesianCoordinateSystem | GetReferenceCoordinateSystemWithKey (string key) |
Method that gives the coordinate system the given key is assigned to. | |
This class is subject to change. Programs using this class may require changes with a new version of VirtualLab.
Interface to be implemented by all classes that contain coordinate systems that can serve as positioning references
bool ContainsReferenceCoordinateSystemWithKey | ( | string | key | ) |
Method that gives a flag, indicating whether or not a coordinate system is contained that can be accessed via a certain key.
key | Key to be checked |
CartesianCoordinateSystem GetReferenceCoordinateSystemWithKey | ( | string | key | ) |
Method that gives the coordinate system the given key is assigned to.
key | Key that is assigned to one contained coordinate system |