![]() |
Open CASCADE Technology Reference Manual 8.0.0
|
#include <XCAFDimTolObjects_Tool.hxx>
| XCAFDimTolObjects_Tool::XCAFDimTolObjects_Tool | ( | const occ::handle< TDocStd_Document > & | theDoc | ) |
| void XCAFDimTolObjects_Tool::GetDimensions | ( | NCollection_Sequence< occ::handle< XCAFDimTolObjects_DimensionObject > > & | theDimensionObjectSequence | ) | const |
Returns a sequence of Dimensions currently stored in the GD&T table.
| void XCAFDimTolObjects_Tool::GetGeomTolerances | ( | NCollection_Sequence< occ::handle< XCAFDimTolObjects_GeomToleranceObject > > & | theGeomToleranceObjectSequence, |
| NCollection_Sequence< occ::handle< XCAFDimTolObjects_DatumObject > > & | theDatumObjectSequence, | ||
| NCollection_DataMap< occ::handle< XCAFDimTolObjects_GeomToleranceObject >, occ::handle< XCAFDimTolObjects_DatumObject > > & | theMap ) const |
Returns a sequence of Tolerances currently stored in the GD&T table.
| bool XCAFDimTolObjects_Tool::GetRefDatum | ( | const TopoDS_Shape & | theShape, |
| occ::handle< XCAFDimTolObjects_DatumObject > & | theDatum ) const |
Returns DatumObject defined for Shape.
| bool XCAFDimTolObjects_Tool::GetRefDimensions | ( | const TopoDS_Shape & | theShape, |
| NCollection_Sequence< occ::handle< XCAFDimTolObjects_DimensionObject > > & | theDimensions ) const |
Returns all Dimensions defined for Shape.
| bool XCAFDimTolObjects_Tool::GetRefGeomTolerances | ( | const TopoDS_Shape & | theShape, |
| NCollection_Sequence< occ::handle< XCAFDimTolObjects_GeomToleranceObject > > & | theGeomToleranceObjectSequence, | ||
| NCollection_Sequence< occ::handle< XCAFDimTolObjects_DatumObject > > & | theDatumObjectSequence, | ||
| NCollection_DataMap< occ::handle< XCAFDimTolObjects_GeomToleranceObject >, occ::handle< XCAFDimTolObjects_DatumObject > > & | theMap ) const |
Returns all GeomTolerances defined for Shape.