mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-01-28 04:30:33 +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 :
|
// purpose :
|
||||||
//=================================================================================
|
//=================================================================================
|
||||||
GEOM_AISDiameter::GEOM_AISDiameter( const Standard_Integer theId )
|
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 )
|
myId( theId )
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user