0026827: Position and orientation for GD&T frames

Implementation of graphical annotations of the PMI read from STEP
This commit is contained in:
gka
2016-01-18 19:32:22 +03:00
committed by abv
parent cb72870231
commit 5df609e75d
77 changed files with 4037 additions and 40 deletions

View File

@@ -55,7 +55,7 @@ public:
}
//! Set field DefiningTolerance
inline void SetModifiers (const Handle(StepDimTol_HArray1OfToleranceZoneTarget) &theDefiningTolerance)
inline void SetDefiningTolerance (const Handle(StepDimTol_HArray1OfToleranceZoneTarget) &theDefiningTolerance)
{
myDefiningTolerance = theDefiningTolerance;
}