| 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 | 
|---|---|
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. 
 | 
| 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 © 2019. All rights reserved.