public interface TCP
Modifier and Type | Method and Description |
---|---|
String |
getDisplayName()
Gets the name of the TCP displayed in the PolyScope UI.
|
Pose |
getOffset() |
boolean |
isResolvable()
A TCP cannot be guaranteed to be present in PolyScope.
|
Pose getOffset()
String getDisplayName()
Gets the name of the TCP displayed in the PolyScope UI.
Note: The TCP can change name at any time, and thus the name must not be used to uniquely identify a specific TCP. The TCP name can change in the following situations:boolean isResolvable()
A TCP cannot be guaranteed to be present in PolyScope. This method can be used to determine, if the TCP is present.
The TCP will not be present, if the end user loads a different installation which does not contain the TCP, or if the TCP is removed by the end user or the URCap that added the TCP.true
if this TCP is present in PolyScope, otherwise false
.Copyright © 2021. All rights reserved.