| 
    Open CASCADE Technology 7.8.2.dev
    
   | 
 
#include <XCAFDimTolObjects_Tool.hxx>
| XCAFDimTolObjects_Tool::XCAFDimTolObjects_Tool | ( | const Handle< TDocStd_Document > & | theDoc | ) | 
| void XCAFDimTolObjects_Tool::GetDimensions | ( | XCAFDimTolObjects_DimensionObjectSequence & | theDimensionObjectSequence | ) | const | 
Returns a sequence of Dimensions currently stored in the GD&T table.
| void XCAFDimTolObjects_Tool::GetGeomTolerances | ( | XCAFDimTolObjects_GeomToleranceObjectSequence & | theGeomToleranceObjectSequence, | 
| XCAFDimTolObjects_DatumObjectSequence & | theDatumObjectSequence, | ||
| XCAFDimTolObjects_DataMapOfToleranceDatum & | theMap | ||
| ) | const | 
Returns a sequence of Tolerances currently stored in the GD&T table.
| Standard_Boolean XCAFDimTolObjects_Tool::GetRefDatum | ( | const TopoDS_Shape & | theShape, | 
| Handle< XCAFDimTolObjects_DatumObject > & | theDatum | ||
| ) | const | 
Returns DatumObject defined for Shape.
| Standard_Boolean XCAFDimTolObjects_Tool::GetRefDimensions | ( | const TopoDS_Shape & | theShape, | 
| XCAFDimTolObjects_DimensionObjectSequence & | theDimensions | ||
| ) | const | 
Returns all Dimensions defined for Shape.
| Standard_Boolean XCAFDimTolObjects_Tool::GetRefGeomTolerances | ( | const TopoDS_Shape & | theShape, | 
| XCAFDimTolObjects_GeomToleranceObjectSequence & | theGeomToleranceObjectSequence, | ||
| XCAFDimTolObjects_DatumObjectSequence & | theDatumObjectSequence, | ||
| XCAFDimTolObjects_DataMapOfToleranceDatum & | theMap | ||
| ) | const | 
Returns all GeomTolerances defined for Shape.