Modifier and Type | Method and Description |
---|---|
Feature |
DataModel.get(String key,
Feature defaultValue)
Get the
Feature value assigned to the specified key. |
Modifier and Type | Method and Description |
---|---|
Feature |
DataModel.get(String key,
Feature defaultValue)
Get the
Feature value assigned to the specified key. |
void |
DataModel.set(String key,
Feature value)
Assign a
Feature value to the specified key. |
Modifier and Type | Interface and Description |
---|---|
interface |
BaseFeature
This interface represents the Base feature in PolyScope.
|
interface |
FeatureLine
This interface represents a Line feature in PolyScope
|
interface |
FeaturePlane
This interface represents a Plane feature in PolyScope
|
interface |
FeaturePoint
This interface represents a Point feature in PolyScope
|
interface |
ToolFeature
This interface represents the Tool feature in PolyScope.
|
Modifier and Type | Method and Description |
---|---|
<T extends Feature> |
FeatureModel.getGeomFeatures(Class<T> clazz) |
Modifier and Type | Method and Description |
---|---|
Feature |
FeatureContributionModel.addFeature(String idKey,
String suggestedName,
Pose pose)
Add a feature to the current PolyScope installation.
|
Feature |
FeatureContributionModel.getFeature(String idKey)
Returns the feature previously added by this URCap using the same
idKey identifier. |
Modifier and Type | Method and Description |
---|---|
Collection<Feature> |
FeatureModel.getGeomFeatures() |
Collection<Feature> |
FeatureModel.getGeomFeatures(Filter<Feature> filter) |
Modifier and Type | Method and Description |
---|---|
Collection<Feature> |
FeatureModel.getGeomFeatures(Filter<Feature> filter) |
Modifier and Type | Method and Description |
---|---|
Feature |
DirectionNodeFeature.getFeature() |
Modifier and Type | Method and Description |
---|---|
DirectionNodeConfigBuilder |
DirectionNodeConfigBuilder.setFeature(Feature feature)
Set feature for a Direction node.
|
Modifier and Type | Method and Description |
---|---|
Feature |
FrameForceNodeConfig.getFeature() |
Modifier and Type | Method and Description |
---|---|
FrameForceNodeConfig |
ForceNodeConfigFactory.createFrameForceConfig(Feature feature,
LinearAxisSettings x,
LinearAxisSettings y,
LinearAxisSettings z,
RotationalAxisSettings rx,
RotationalAxisSettings ry,
RotationalAxisSettings rz)
Creates a Frame configuration type for the Force node.
|
Modifier and Type | Method and Description |
---|---|
Feature |
MoveNodeFeature.getFeature() |
Modifier and Type | Method and Description |
---|---|
MoveLMoveNodeConfig |
MoveNodeConfigFactory.createMoveLConfig(MoveLMotionParameters moveLMotionParameters,
Feature feature)
Deprecated.
Creates a MoveL shared values configuration.
|
MovePMoveNodeConfig |
MoveNodeConfigFactory.createMovePConfig(MovePMotionParameters movePMotionParameters,
Feature feature)
Deprecated.
Creates a MoveP shared values configuration.
|
Modifier and Type | Method and Description |
---|---|
MovePConfigBuilder |
MovePConfigBuilder.setFeature(Feature feature)
Set feature for the MoveP configuration.
|
MoveLConfigBuilder |
MoveLConfigBuilder.setFeature(Feature feature)
Set feature for the MoveL configuration.
|
MoveJConfigBuilder |
MoveJConfigBuilder.setFeature(Feature feature)
Set feature for the MoveJ configuration.
|
Modifier and Type | Method and Description |
---|---|
ExpressionBuilder |
ExpressionBuilder.appendFeature(Feature feature)
Append a Feature object to the expression.
|
Modifier and Type | Method and Description |
---|---|
FeatureVariable |
VariableModel.getFeatureVariable(Feature feature)
Get the feature variable for a
Feature . |
Copyright © 2021. All rights reserved.