21854: Add persistent dimensions

- Fix for floating-point at BRepLib
This commit is contained in:
apl 2014-01-21 13:46:38 +00:00
parent fca35298c7
commit c45960d4f9

View File

@ -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 )
{
}