mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-12-26 09:20:35 +05:00
21854: Add persistent dimensions
- Fix for floating-point at BRepLib
This commit is contained in:
parent
fca35298c7
commit
c45960d4f9
@ -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 )
|
||||
{
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user