| Modifier and Type | Interface and Description |
|---|---|
interface |
BaseFeature
This interface represents the PolyScope Base feature.
|
interface |
FeatureLine
This interface represents a PolyScope Line feature
|
interface |
FeaturePlane
This interface represents a PolyScope Plane feature
|
interface |
FeaturePoint
This interface represents a PolyScope Point feature.
|
interface |
ToolFeature
This interface represents the PolyScope Tool feature.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends Feature> |
FeatureModel.getGeomFeatures(Class<T> clazz) |
| 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 |
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)
Creates a MoveL shared values configuration.
|
MovePMoveNodeConfig |
MoveNodeConfigFactory.createMovePConfig(MovePMotionParameters movePMotionParameters,
Feature feature)
Creates a MoveP shared values 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 © 2018. All rights reserved.