com.sfm.ap210.jsdai.gdt
Interface ToleranceFeature

All Superinterfaces:
java.lang.Comparable
All Known Subinterfaces:
CenterPlaneTolerance, CompositeTolerance, FeatureOfSizeTolerance
All Known Implementing Classes:
CenterPlaneToleranceImpl, CompositeDimensionalSize, CompositeGroupToleranceImpl, Datum, DimensionalSize, FeatureOfSizeToleranceImpl, GeometricTolerance, GeometricToleranceImpl, ToleranceFeatureImpl

public interface ToleranceFeature
extends java.lang.Comparable

A ToleranceFeature is a collection of face references. The face references may be either chain-based or single-solid-based references. A ToleranceFeature has a FeatureType that identifies the feature type in the context of GDT annotations.


Nested Class Summary
static class ToleranceFeature.FeatureType
           
 
Method Summary
 java.util.Set<FaceReference> getFaces()
           
 ToleranceFeature.FeatureType getFeatureType()
           
 jsdai.SAp210_electronic_assembly_interconnect_and_packaging_design_mim_lf.EShape_aspect getShapeAspect()
           
 java.lang.String reportFaces()
           
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getFeatureType

ToleranceFeature.FeatureType getFeatureType()

getShapeAspect

jsdai.SAp210_electronic_assembly_interconnect_and_packaging_design_mim_lf.EShape_aspect getShapeAspect()

getFaces

java.util.Set<FaceReference> getFaces()

reportFaces

java.lang.String reportFaces()