Handle(HYDROData_ShapesGroup) anOutGroup = createGroupObject();
anOutGroup->SetName( anOutGroupName );
anOutGroup->AddShape( aTopEdge );
-
- // This peace of code is for testing of functionality of altitude,
- // will be removed by adv when testing will be finished
- Handle(HYDROData_IAltitudeObject) anAltObj = GetAltitudeObject();
- gp_XY aTestPnt( 5, 0 );
- anAltObj->GetAltitudeForPoint( aTestPnt );
- // End of test code
-
}
QColor HYDROData_Stream::DefaultFillingColor()