@ProviderType
public interface Feature
Modifier and Type | Method and Description |
---|---|
String |
getName()
Note: The feature can be renamed at any time
|
Pose |
getPose()
Returns the Cartesian location of the feature
|
boolean |
isDefined()
Returns whether the position of the feature has been fully defined/specified.
|
boolean |
isJoggable() |
boolean |
isResolvable()
A feature cannot be guaranteed to be present in PolyScope.
|
boolean |
isVariable()
Returns whether the feature can be used as a variable in the program.
|
String getName()
boolean isDefined()
true
if the feature is defined, false
otherwise.boolean isVariable()
true
if the feature is variable, false
otherwise.boolean isJoggable()
Pose getPose()
boolean isResolvable()
A feature cannot be guaranteed to be present in PolyScope. This method can be used to determine, if the feature is present.
The feature will not be present, if the end user loads a different installation which does not contain the feature, or if the feature is removed by the end user or the URCap that added the feature.true
if this feature is present in PolyScope, otherwise false
.Copyright © 2021. All rights reserved.