]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
21854: Add persistent dimensions
authorapl <apl@opencascade.com>
Tue, 21 Jan 2014 13:46:38 +0000 (13:46 +0000)
committerapl <apl@opencascade.com>
Tue, 21 Jan 2014 13:46:38 +0000 (13:46 +0000)
- Fix for floating-point at BRepLib

src/OBJECT/GEOM_AISDimension.cxx

index 80ba58149a8ca933c078c28239f54385763b6ec6..90c287d1122dd6b77b8d5b56257265fca2a80eba 100755 (executable)
@@ -81,7 +81,7 @@ void GEOM_AISLength::SetId( const Standard_Integer theId )
 // purpose  : 
 //=================================================================================
 GEOM_AISDiameter::GEOM_AISDiameter( const Standard_Integer theId )
-: AIS_DiameterDimension( gp_Circ() ),
+: AIS_DiameterDimension( gp_Circ( gp_Ax2( gp::Origin(), gp::DZ() ), 0.0 ) ),
   myId( theId )
 {
 }