mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-27 01:40:33 +05:00
typo-fix by Kunda
http://www.salome-platform.org/forum/forum_9/621049380
This commit is contained in:
parent
05318c85be
commit
de56eb6c9f
@ -181,7 +181,7 @@ namespace MED
|
|||||||
typedef TIntVector TElemNum;
|
typedef TIntVector TElemNum;
|
||||||
typedef SharedPtr<TElemNum> PElemNum;
|
typedef SharedPtr<TElemNum> PElemNum;
|
||||||
|
|
||||||
//! Define a parent class for all MED entities that describes mesh entites such as nodes and cells.
|
//! Define a parent class for all MED entities that describes mesh entities such as nodes and cells.
|
||||||
struct MEDWRAPPER_EXPORT TElemInfo: virtual TBase
|
struct MEDWRAPPER_EXPORT TElemInfo: virtual TBase
|
||||||
{
|
{
|
||||||
PMeshInfo myMeshInfo; //!< A reference to correspondig MED Mesh
|
PMeshInfo myMeshInfo; //!< A reference to correspondig MED Mesh
|
||||||
@ -191,7 +191,7 @@ namespace MED
|
|||||||
TInt myNbElem; //<! Number of corresponding mesh entities
|
TInt myNbElem; //<! Number of corresponding mesh entities
|
||||||
TInt GetNbElem() const { return myNbElem;} //! Get number of mesh elements
|
TInt GetNbElem() const { return myNbElem;} //! Get number of mesh elements
|
||||||
|
|
||||||
//! Defines sequence MED Family indexes for corresponding mesh entites
|
//! Defines sequence MED Family indexes for corresponding mesh entities
|
||||||
PElemNum myFamNum;
|
PElemNum myFamNum;
|
||||||
//! Get number of a MED FAMILY by order number of the mesh element
|
//! Get number of a MED FAMILY by order number of the mesh element
|
||||||
TInt GetFamNum(TInt theId) const;
|
TInt GetFamNum(TInt theId) const;
|
||||||
@ -218,7 +218,7 @@ namespace MED
|
|||||||
|
|
||||||
//! Defines if the mesh elements are named
|
//! Defines if the mesh elements are named
|
||||||
EBooleen myIsElemNames;
|
EBooleen myIsElemNames;
|
||||||
//! Let know if the mesh elements havew names
|
//! Let know if the mesh elements have names
|
||||||
EBooleen IsElemNames() const { return myIsElemNames;}
|
EBooleen IsElemNames() const { return myIsElemNames;}
|
||||||
|
|
||||||
//! Contains sequence of the names for the mesh elements
|
//! Contains sequence of the names for the mesh elements
|
||||||
@ -1047,7 +1047,7 @@ namespace MED
|
|||||||
void SetGrilleStructure(TInt theAxis,TInt theNb);
|
void SetGrilleStructure(TInt theAxis,TInt theNb);
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
*Defines sequence MED Family indexes for corresponding mesh entites
|
*Defines sequence MED Family indexes for corresponding mesh entities
|
||||||
*/
|
*/
|
||||||
TElemNum myFamNum;
|
TElemNum myFamNum;
|
||||||
//! Get number of a MED FAMILY by order number of the mesh element
|
//! Get number of a MED FAMILY by order number of the mesh element
|
||||||
@ -1056,7 +1056,7 @@ namespace MED
|
|||||||
void SetFamNum(TInt theId, TInt theVal);
|
void SetFamNum(TInt theId, TInt theVal);
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
*Defines sequence MED Family indexes for sub entites
|
*Defines sequence MED Family indexes for sub entities
|
||||||
*/
|
*/
|
||||||
TElemNum myFamSubNum;
|
TElemNum myFamSubNum;
|
||||||
//! Get number of a MED FAMILY by order number of sub element
|
//! Get number of a MED FAMILY by order number of sub element
|
||||||
|
@ -800,7 +800,7 @@ namespace MED
|
|||||||
|
|
||||||
|
|
||||||
//----------------------------------------------------------------------------
|
//----------------------------------------------------------------------------
|
||||||
//! Read the values for MEDWrapper MED TIEMSTAMP from defined MED file
|
//! Read the values for MEDWrapper MED TIMESTAMP from defined MED file
|
||||||
virtual
|
virtual
|
||||||
void
|
void
|
||||||
GetTimeStampValue(const PTimeStampValueBase& theTimeStampValue,
|
GetTimeStampValue(const PTimeStampValueBase& theTimeStampValue,
|
||||||
@ -808,13 +808,13 @@ namespace MED
|
|||||||
const TKey2Gauss& theKey2Gauss,
|
const TKey2Gauss& theKey2Gauss,
|
||||||
TErr* theErr = NULL) = 0;
|
TErr* theErr = NULL) = 0;
|
||||||
|
|
||||||
//! Write the values for MEDWrapper MED TIEMSTAMP to defined MED file
|
//! Write the values for MEDWrapper MED TIMESTAMP to defined MED file
|
||||||
virtual
|
virtual
|
||||||
void
|
void
|
||||||
SetTimeStampValue(const PTimeStampValueBase& theTimeStampValue,
|
SetTimeStampValue(const PTimeStampValueBase& theTimeStampValue,
|
||||||
TErr* theErr = NULL) = 0;
|
TErr* theErr = NULL) = 0;
|
||||||
|
|
||||||
//! Creates the values for MEDWrapper MED TIEMSTAMP representation
|
//! Creates the values for MEDWrapper MED TIMESTAMP representation
|
||||||
virtual
|
virtual
|
||||||
PTimeStampValueBase
|
PTimeStampValueBase
|
||||||
CrTimeStampValue(const PTimeStampInfo& theTimeStampInfo,
|
CrTimeStampValue(const PTimeStampInfo& theTimeStampInfo,
|
||||||
@ -822,27 +822,27 @@ namespace MED
|
|||||||
const TGeom2Profile& theGeom2Profile = TGeom2Profile(),
|
const TGeom2Profile& theGeom2Profile = TGeom2Profile(),
|
||||||
EModeSwitch theMode = eFULL_INTERLACE) = 0;
|
EModeSwitch theMode = eFULL_INTERLACE) = 0;
|
||||||
|
|
||||||
//! Creates the values for MEDWrapper MED TIEMSTAMP representation
|
//! Creates the values for MEDWrapper MED TIMESTAMP representation
|
||||||
virtual
|
virtual
|
||||||
PTimeStampValueBase
|
PTimeStampValueBase
|
||||||
CrTimeStampValue(const PTimeStampInfo& theTimeStampInfo,
|
CrTimeStampValue(const PTimeStampInfo& theTimeStampInfo,
|
||||||
const TGeom2Profile& theGeom2Profile = TGeom2Profile(),
|
const TGeom2Profile& theGeom2Profile = TGeom2Profile(),
|
||||||
EModeSwitch theMode = eFULL_INTERLACE);
|
EModeSwitch theMode = eFULL_INTERLACE);
|
||||||
|
|
||||||
//! A copy-constructor for the values for MEDWrapper MED TIEMSTAMP representation
|
//! A copy-constructor for the values for MEDWrapper MED TIMESTAMP representation
|
||||||
virtual
|
virtual
|
||||||
PTimeStampValueBase
|
PTimeStampValueBase
|
||||||
CrTimeStampValue(const PTimeStampInfo& theTimeStampInfo,
|
CrTimeStampValue(const PTimeStampInfo& theTimeStampInfo,
|
||||||
const PTimeStampValueBase& theInfo,
|
const PTimeStampValueBase& theInfo,
|
||||||
ETypeChamp theTypeChamp) = 0;
|
ETypeChamp theTypeChamp) = 0;
|
||||||
|
|
||||||
//! A copy-constructor for the values for MEDWrapper MED TIEMSTAMP representation
|
//! A copy-constructor for the values for MEDWrapper MED TIMESTAMP representation
|
||||||
virtual
|
virtual
|
||||||
PTimeStampValueBase
|
PTimeStampValueBase
|
||||||
CrTimeStampValue(const PTimeStampInfo& theTimeStampInfo,
|
CrTimeStampValue(const PTimeStampInfo& theTimeStampInfo,
|
||||||
const PTimeStampValueBase& theInfo);
|
const PTimeStampValueBase& theInfo);
|
||||||
|
|
||||||
//! Read the values for MEDWrapper MED TIEMSTAMP from defined MED file
|
//! Read the values for MEDWrapper MED TIMESTAMP from defined MED file
|
||||||
PTimeStampValueBase
|
PTimeStampValueBase
|
||||||
GetPTimeStampValue(const PTimeStampInfo& theTimeStampInfo,
|
GetPTimeStampValue(const PTimeStampInfo& theTimeStampInfo,
|
||||||
const TMKey2Profile& theMKey2Profile,
|
const TMKey2Profile& theMKey2Profile,
|
||||||
@ -851,7 +851,7 @@ namespace MED
|
|||||||
|
|
||||||
//----------------------------------------------------------------------------
|
//----------------------------------------------------------------------------
|
||||||
// Backward compatibility declarations
|
// Backward compatibility declarations
|
||||||
//! Read the values for MEDWrapper MED TIEMSTAMP from defined MED file
|
//! Read the values for MEDWrapper MED TIMESTAMP from defined MED file
|
||||||
virtual
|
virtual
|
||||||
void
|
void
|
||||||
GetTimeStampVal(const PTimeStampVal& theVal,
|
GetTimeStampVal(const PTimeStampVal& theVal,
|
||||||
@ -859,26 +859,26 @@ namespace MED
|
|||||||
const TKey2Gauss& theKey2Gauss,
|
const TKey2Gauss& theKey2Gauss,
|
||||||
TErr* theErr = NULL);
|
TErr* theErr = NULL);
|
||||||
|
|
||||||
//! Write the values for MEDWrapper MED TIEMSTAMP to defined MED file
|
//! Write the values for MEDWrapper MED TIMESTAMP to defined MED file
|
||||||
virtual
|
virtual
|
||||||
void
|
void
|
||||||
SetTimeStamp(const PTimeStampVal& theVal,
|
SetTimeStamp(const PTimeStampVal& theVal,
|
||||||
TErr* theErr = NULL);
|
TErr* theErr = NULL);
|
||||||
|
|
||||||
//! Creates the values for MEDWrapper MED TIEMSTAMP representation
|
//! Creates the values for MEDWrapper MED TIMESTAMP representation
|
||||||
virtual
|
virtual
|
||||||
PTimeStampVal
|
PTimeStampVal
|
||||||
CrTimeStampVal(const PTimeStampInfo& theTimeStampInfo,
|
CrTimeStampVal(const PTimeStampInfo& theTimeStampInfo,
|
||||||
const TGeom2Profile& theGeom2Profile = TGeom2Profile(),
|
const TGeom2Profile& theGeom2Profile = TGeom2Profile(),
|
||||||
EModeSwitch theMode = eFULL_INTERLACE);
|
EModeSwitch theMode = eFULL_INTERLACE);
|
||||||
|
|
||||||
//! A copy-constructor for the values for MEDWrapper MED TIEMSTAMP representation
|
//! A copy-constructor for the values for MEDWrapper MED TIMESTAMP representation
|
||||||
virtual
|
virtual
|
||||||
PTimeStampVal
|
PTimeStampVal
|
||||||
CrTimeStampVal(const PTimeStampInfo& theTimeStampInfo,
|
CrTimeStampVal(const PTimeStampInfo& theTimeStampInfo,
|
||||||
const PTimeStampVal& theInfo);
|
const PTimeStampVal& theInfo);
|
||||||
|
|
||||||
//! Read the values for MEDWrapper MED TIEMSTAMP from defined MED file
|
//! Read the values for MEDWrapper MED TIMESTAMP from defined MED file
|
||||||
PTimeStampVal
|
PTimeStampVal
|
||||||
GetPTimeStampVal(const PTimeStampInfo& theTimeStampInfo,
|
GetPTimeStampVal(const PTimeStampInfo& theTimeStampInfo,
|
||||||
const TMKey2Profile& theMKey2Profile,
|
const TMKey2Profile& theMKey2Profile,
|
||||||
|
@ -173,7 +173,7 @@ public:
|
|||||||
* \param theElems - The triangles to be fused.
|
* \param theElems - The triangles to be fused.
|
||||||
* \param theCriterion - Is used to choose a neighbour to fuse with.
|
* \param theCriterion - Is used to choose a neighbour to fuse with.
|
||||||
* \param theMaxAngle - Is a max angle between element normals at which fusion
|
* \param theMaxAngle - Is a max angle between element normals at which fusion
|
||||||
* is still performed; theMaxAngle is mesured in radians.
|
* is still performed; theMaxAngle is measured in radians.
|
||||||
* \return bool - Success or not.
|
* \return bool - Success or not.
|
||||||
*/
|
*/
|
||||||
bool TriToQuad (TIDSortedElemSet & theElems,
|
bool TriToQuad (TIDSortedElemSet & theElems,
|
||||||
@ -181,7 +181,7 @@ public:
|
|||||||
const double theMaxAngle);
|
const double theMaxAngle);
|
||||||
/*!
|
/*!
|
||||||
* \brief Split quadrangles into triangles.
|
* \brief Split quadrangles into triangles.
|
||||||
* \param theElems - The faces to be splitted.
|
* \param theElems - The faces to be split.
|
||||||
* \param theCriterion - Is used to choose a diagonal for splitting.
|
* \param theCriterion - Is used to choose a diagonal for splitting.
|
||||||
* \return bool - Success or not.
|
* \return bool - Success or not.
|
||||||
*/
|
*/
|
||||||
@ -189,7 +189,7 @@ public:
|
|||||||
SMESH::Controls::NumericalFunctorPtr theCriterion);
|
SMESH::Controls::NumericalFunctorPtr theCriterion);
|
||||||
/*!
|
/*!
|
||||||
* \brief Split quadrangles into triangles.
|
* \brief Split quadrangles into triangles.
|
||||||
* \param theElems - The faces to be splitted.
|
* \param theElems - The faces to be split.
|
||||||
* \param the13Diag - Is used to choose a diagonal for splitting.
|
* \param the13Diag - Is used to choose a diagonal for splitting.
|
||||||
* \return bool - Success or not.
|
* \return bool - Success or not.
|
||||||
*/
|
*/
|
||||||
|
@ -798,7 +798,7 @@ void SMESHGUI_FilterTable::Table::setEditable (bool isEditable,
|
|||||||
|
|
||||||
//=======================================================================
|
//=======================================================================
|
||||||
// name : SMESHGUI_FilterTable::Table::isEditable
|
// name : SMESHGUI_FilterTable::Table::isEditable
|
||||||
// Purpose : Verify wheter cell is editable
|
// Purpose : Verify whether cell is editable
|
||||||
//=======================================================================
|
//=======================================================================
|
||||||
bool SMESHGUI_FilterTable::Table::isEditable (int row, int col) const
|
bool SMESHGUI_FilterTable::Table::isEditable (int row, int col) const
|
||||||
{
|
{
|
||||||
|
@ -941,7 +941,7 @@ void SMESHGUI_MeshInfo::saveInfo( QTextStream &out )
|
|||||||
\param parent parent widget
|
\param parent parent widget
|
||||||
*/
|
*/
|
||||||
SMESHGUI_ElemInfo::SMESHGUI_ElemInfo( QWidget* parent )
|
SMESHGUI_ElemInfo::SMESHGUI_ElemInfo( QWidget* parent )
|
||||||
: QWidget( parent ), myActor( 0 ), myIsElement( -1 )
|
: QWidget( parent ), myActor( 0 ), myIsElement( -1 )
|
||||||
{
|
{
|
||||||
myFrame = new QWidget( this );
|
myFrame = new QWidget( this );
|
||||||
myExtra = new ExtraWidget( this );
|
myExtra = new ExtraWidget( this );
|
||||||
@ -1165,7 +1165,7 @@ void SMESHGUI_ElemInfo::updateControls()
|
|||||||
\param parent parent widget
|
\param parent parent widget
|
||||||
*/
|
*/
|
||||||
SMESHGUI_SimpleElemInfo::SMESHGUI_SimpleElemInfo( QWidget* parent )
|
SMESHGUI_SimpleElemInfo::SMESHGUI_SimpleElemInfo( QWidget* parent )
|
||||||
: SMESHGUI_ElemInfo( parent )
|
: SMESHGUI_ElemInfo( parent )
|
||||||
{
|
{
|
||||||
myInfo = new QTextBrowser( frame() );
|
myInfo = new QTextBrowser( frame() );
|
||||||
QVBoxLayout* l = new QVBoxLayout( frame() );
|
QVBoxLayout* l = new QVBoxLayout( frame() );
|
||||||
@ -1468,7 +1468,7 @@ void SMESHGUI_SimpleElemInfo::information( const QList<long>& ids )
|
|||||||
afunctor->SetMesh( actor()->GetObject()->GetMesh() );
|
afunctor->SetMesh( actor()->GetObject()->GetMesh() );
|
||||||
afunctor->SetPrecision( cprecision );
|
afunctor->SetPrecision( cprecision );
|
||||||
myInfo->append( QString( "- <b>%1:</b> %2" ).arg( tr( "MINIMUMANGLE_ELEMENTS" )).arg( afunctor->GetValue( id )) );
|
myInfo->append( QString( "- <b>%1:</b> %2" ).arg( tr( "MINIMUMANGLE_ELEMENTS" )).arg( afunctor->GetValue( id )) );
|
||||||
//Wraping angle
|
//Warping angle
|
||||||
afunctor.reset( new SMESH::Controls::Warping() );
|
afunctor.reset( new SMESH::Controls::Warping() );
|
||||||
afunctor->SetMesh( actor()->GetObject()->GetMesh() );
|
afunctor->SetMesh( actor()->GetObject()->GetMesh() );
|
||||||
afunctor->SetPrecision( cprecision );
|
afunctor->SetPrecision( cprecision );
|
||||||
@ -1659,7 +1659,7 @@ QWidget* SMESHGUI_TreeElemInfo::ItemDelegate::createEditor( QWidget* parent, con
|
|||||||
\param parent parent widget
|
\param parent parent widget
|
||||||
*/
|
*/
|
||||||
SMESHGUI_TreeElemInfo::SMESHGUI_TreeElemInfo( QWidget* parent )
|
SMESHGUI_TreeElemInfo::SMESHGUI_TreeElemInfo( QWidget* parent )
|
||||||
: SMESHGUI_ElemInfo( parent )
|
: SMESHGUI_ElemInfo( parent )
|
||||||
{
|
{
|
||||||
myInfo = new QTreeWidget( frame() );
|
myInfo = new QTreeWidget( frame() );
|
||||||
myInfo->setColumnCount( 2 );
|
myInfo->setColumnCount( 2 );
|
||||||
@ -1999,7 +1999,7 @@ void SMESHGUI_TreeElemInfo::information( const QList<long>& ids )
|
|||||||
QTreeWidgetItem* taperlItem = createItem( cntrItem, Bold );
|
QTreeWidgetItem* taperlItem = createItem( cntrItem, Bold );
|
||||||
taperlItem->setText( 0, tr( "TAPER_ELEMENTS" ));
|
taperlItem->setText( 0, tr( "TAPER_ELEMENTS" ));
|
||||||
taperlItem->setText( 1, QString( "%1" ).arg( afunctor->GetValue( id )) );
|
taperlItem->setText( 1, QString( "%1" ).arg( afunctor->GetValue( id )) );
|
||||||
//Wraping angle
|
//Warping angle
|
||||||
afunctor.reset( new SMESH::Controls::Warping() );
|
afunctor.reset( new SMESH::Controls::Warping() );
|
||||||
afunctor->SetMesh( actor()->GetObject()->GetMesh() );
|
afunctor->SetMesh( actor()->GetObject()->GetMesh() );
|
||||||
afunctor->SetPrecision( cprecision );
|
afunctor->SetPrecision( cprecision );
|
||||||
@ -2409,7 +2409,7 @@ void GrpComputor::compute()
|
|||||||
\param parent parent widget
|
\param parent parent widget
|
||||||
*/
|
*/
|
||||||
SMESHGUI_AddInfo::SMESHGUI_AddInfo( QWidget* parent )
|
SMESHGUI_AddInfo::SMESHGUI_AddInfo( QWidget* parent )
|
||||||
: QTreeWidget( parent )
|
: QTreeWidget( parent )
|
||||||
{
|
{
|
||||||
setColumnCount( 2 );
|
setColumnCount( 2 );
|
||||||
header()->setStretchLastSection( true );
|
header()->setStretchLastSection( true );
|
||||||
@ -3883,7 +3883,7 @@ void SMESHGUI_CtrlInfo::saveInfo( QTextStream &out ) {
|
|||||||
\param parent parent widget
|
\param parent parent widget
|
||||||
*/
|
*/
|
||||||
SMESHGUI_CtrlInfoDlg::SMESHGUI_CtrlInfoDlg( QWidget* parent )
|
SMESHGUI_CtrlInfoDlg::SMESHGUI_CtrlInfoDlg( QWidget* parent )
|
||||||
: QDialog( parent )
|
: QDialog( parent )
|
||||||
{
|
{
|
||||||
setAttribute( Qt::WA_DeleteOnClose, true );
|
setAttribute( Qt::WA_DeleteOnClose, true );
|
||||||
setWindowTitle( tr( "CTRL_INFO" ));
|
setWindowTitle( tr( "CTRL_INFO" ));
|
||||||
|
@ -362,7 +362,7 @@ namespace SMESH
|
|||||||
}
|
}
|
||||||
|
|
||||||
if ( objModified ) {
|
if ( objModified ) {
|
||||||
// PAL16631. Mesurements showed that to show aVisualObj in SHADING(default) mode,
|
// PAL16631. Measurements showed that to show aVisualObj in SHADING(default) mode,
|
||||||
// ~5 times more memory is used than it occupies.
|
// ~5 times more memory is used than it occupies.
|
||||||
// Warn the user if there is less free memory than 30 sizes of a grid
|
// Warn the user if there is less free memory than 30 sizes of a grid
|
||||||
// TODO: estimate memory usage in other modes and take current mode into account
|
// TODO: estimate memory usage in other modes and take current mode into account
|
||||||
@ -396,7 +396,7 @@ namespace SMESH
|
|||||||
|
|
||||||
|
|
||||||
/*! Return active view window, if it instantiates SVTK_ViewWindow class,
|
/*! Return active view window, if it instantiates SVTK_ViewWindow class,
|
||||||
* overwise find or create corresponding view window, make it active and return it.
|
* otherwise find or create corresponding view window, make it active and return it.
|
||||||
* \note Active VVTK_ViewWindow can be returned, because it inherits SVTK_ViewWindow.
|
* \note Active VVTK_ViewWindow can be returned, because it inherits SVTK_ViewWindow.
|
||||||
*/
|
*/
|
||||||
SVTK_ViewWindow* GetViewWindow (const SalomeApp_Module* theModule,
|
SVTK_ViewWindow* GetViewWindow (const SalomeApp_Module* theModule,
|
||||||
|
@ -2148,7 +2148,7 @@ Check algorithm documentation for supported geometry</translation>
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>SMESH_MESHINFO_ALL_TYPES</source>
|
<source>SMESH_MESHINFO_ALL_TYPES</source>
|
||||||
<translation>Heterogenous</translation>
|
<translation>Heterogeneous</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>SMESH_MESHINFO_EDGES</source>
|
<source>SMESH_MESHINFO_EDGES</source>
|
||||||
|
@ -860,7 +860,7 @@ Handle(_pyCommand) _pyGen::AddCommand( const TCollection_AsciiString& theCommand
|
|||||||
aCommand->GetString() += tmpCmd.GetString();
|
aCommand->GetString() += tmpCmd.GetString();
|
||||||
}
|
}
|
||||||
// IMP issue 0021014
|
// IMP issue 0021014
|
||||||
// set GetCriterion(elementType,CritType,Compare,Treshold,UnaryOp,BinaryOp,Tolerance)
|
// set GetCriterion(elementType,CritType,Compare,Threshold,UnaryOp,BinaryOp,Tolerance)
|
||||||
// 1 2 3 4 5 6 7
|
// 1 2 3 4 5 6 7
|
||||||
// instead of "SMESH.Filter.Criterion(
|
// instead of "SMESH.Filter.Criterion(
|
||||||
// Type,Compare,Threshold,ThresholdStr,ThresholdID,UnaryOp,BinaryOp,Tolerance,TypeOfElement,Precision)
|
// Type,Compare,Threshold,ThresholdStr,ThresholdID,UnaryOp,BinaryOp,Tolerance,TypeOfElement,Precision)
|
||||||
@ -1396,8 +1396,8 @@ void _pyGen::ExchangeCommands( Handle(_pyCommand) theCmd1, Handle(_pyCommand) th
|
|||||||
int nb1 = theCmd1->GetOrderNb();
|
int nb1 = theCmd1->GetOrderNb();
|
||||||
theCmd1->SetOrderNb( theCmd2->GetOrderNb() );
|
theCmd1->SetOrderNb( theCmd2->GetOrderNb() );
|
||||||
theCmd2->SetOrderNb( nb1 );
|
theCmd2->SetOrderNb( nb1 );
|
||||||
// cout << "BECOME " << theCmd1->GetOrderNb() << "\t" << theCmd1->GetString() << endl
|
// cout << "BECOME " << theCmd1->GetOrderNb() << "\t" << theCmd1->GetString() << endl
|
||||||
// << "BECOME " << theCmd2->GetOrderNb() << "\t" << theCmd2->GetString() << endl << endl;
|
// << "BECOME " << theCmd2->GetOrderNb() << "\t" << theCmd2->GetString() << endl << endl;
|
||||||
}
|
}
|
||||||
|
|
||||||
//================================================================================
|
//================================================================================
|
||||||
@ -1457,7 +1457,7 @@ void _pyGen::setNeighbourCommand( Handle(_pyCommand)& theCmd,
|
|||||||
|
|
||||||
// void _pyGen::addFilterUser( Handle(_pyCommand)& theCommand, const Handle(_pyObject)& user )
|
// void _pyGen::addFilterUser( Handle(_pyCommand)& theCommand, const Handle(_pyObject)& user )
|
||||||
// {
|
// {
|
||||||
// No more needed after adding _pyObject::myArgCommands
|
// No more needed after adding _pyObject::myArgCommands
|
||||||
|
|
||||||
// const char filterPrefix[] = "aFilter0x";
|
// const char filterPrefix[] = "aFilter0x";
|
||||||
// if ( theCommand->GetString().Search( filterPrefix ) < 1 )
|
// if ( theCommand->GetString().Search( filterPrefix ) < 1 )
|
||||||
@ -4411,39 +4411,39 @@ _pySubMesh::_pySubMesh(const Handle(_pyCommand)& theCreationCmd, bool toKeepAgrC
|
|||||||
bool _pySubMesh::CanBeArgOfMethod(const _AString& theMethodName)
|
bool _pySubMesh::CanBeArgOfMethod(const _AString& theMethodName)
|
||||||
{
|
{
|
||||||
return false;
|
return false;
|
||||||
// // names of all methods where a sub-mesh can be used as argument
|
// names of all methods where a sub-mesh can be used as argument
|
||||||
// static TStringSet methods;
|
// static TStringSet methods;
|
||||||
// if ( methods.empty() ) {
|
// if ( methods.empty() ) {
|
||||||
// const char * names[] = {
|
// const char * names[] = {
|
||||||
// // methods of SMESH_Gen
|
// // methods of SMESH_Gen
|
||||||
// "CopyMesh",
|
// "CopyMesh",
|
||||||
// // methods of SMESH_Group
|
// // methods of SMESH_Group
|
||||||
// "AddFrom",
|
// "AddFrom",
|
||||||
// // methods of SMESH_Measurements
|
// // methods of SMESH_Measurements
|
||||||
// "MinDistance",
|
// "MinDistance",
|
||||||
// // methods of SMESH_Mesh
|
// // methods of SMESH_Mesh
|
||||||
// "ExportPartToMED","ExportCGNS","ExportPartToDAT","ExportPartToUNV","ExportPartToSTL",
|
// "ExportPartToMED","ExportCGNS","ExportPartToDAT","ExportPartToUNV","ExportPartToSTL",
|
||||||
// "RemoveSubMesh",
|
// "RemoveSubMesh",
|
||||||
// // methods of SMESH_MeshEditor
|
// // methods of SMESH_MeshEditor
|
||||||
// "ReorientObject","Reorient2D","TriToQuadObject","QuadToTriObject","SplitQuadObject",
|
// "ReorientObject","Reorient2D","TriToQuadObject","QuadToTriObject","SplitQuadObject",
|
||||||
// "SplitVolumesIntoTetra","SmoothObject","SmoothParametricObject","ConvertFromQuadraticObject",
|
// "SplitVolumesIntoTetra","SmoothObject","SmoothParametricObject","ConvertFromQuadraticObject",
|
||||||
// "RotationSweepObject","RotationSweepObjectMakeGroups","RotationSweepObject1D",
|
// "RotationSweepObject","RotationSweepObjectMakeGroups","RotationSweepObject1D",
|
||||||
// "RotationSweepObject1DMakeGroups","RotationSweepObject2D","RotationSweepObject2DMakeGroups",
|
// "RotationSweepObject1DMakeGroups","RotationSweepObject2D","RotationSweepObject2DMakeGroups",
|
||||||
// "ExtrusionSweepObject","ExtrusionSweepObjectMakeGroups","ExtrusionSweepObject0D",
|
// "ExtrusionSweepObject","ExtrusionSweepObjectMakeGroups","ExtrusionSweepObject0D",
|
||||||
// "ExtrusionSweepObject0DMakeGroups","ExtrusionSweepObject1D","ExtrusionSweepObject2D",
|
// "ExtrusionSweepObject0DMakeGroups","ExtrusionSweepObject1D","ExtrusionSweepObject2D",
|
||||||
// "ExtrusionSweepObject1DMakeGroups","ExtrusionSweepObject2DMakeGroups",
|
// "ExtrusionSweepObject1DMakeGroups","ExtrusionSweepObject2DMakeGroups",
|
||||||
// "ExtrusionAlongPathObjX","ExtrusionAlongPathObject","ExtrusionAlongPathObjectMakeGroups",
|
// "ExtrusionAlongPathObjX","ExtrusionAlongPathObject","ExtrusionAlongPathObjectMakeGroups",
|
||||||
// "ExtrusionAlongPathObject1D","ExtrusionAlongPathObject1DMakeGroups",
|
// "ExtrusionAlongPathObject1D","ExtrusionAlongPathObject1DMakeGroups",
|
||||||
// "ExtrusionAlongPathObject2D","ExtrusionAlongPathObject2DMakeGroups","MirrorObject",
|
// "ExtrusionAlongPathObject2D","ExtrusionAlongPathObject2DMakeGroups","MirrorObject",
|
||||||
// "MirrorObjectMakeGroups","MirrorObjectMakeMesh","TranslateObject","Scale",
|
// "MirrorObjectMakeGroups","MirrorObjectMakeMesh","TranslateObject","Scale",
|
||||||
// "TranslateObjectMakeGroups","TranslateObjectMakeMesh","ScaleMakeGroups","ScaleMakeMesh",
|
// "TranslateObjectMakeGroups","TranslateObjectMakeMesh","ScaleMakeGroups","ScaleMakeMesh",
|
||||||
// "RotateObject","RotateObjectMakeGroups","RotateObjectMakeMesh","FindCoincidentNodesOnPart",
|
// "RotateObject","RotateObjectMakeGroups","RotateObjectMakeMesh","FindCoincidentNodesOnPart",
|
||||||
// "FindCoincidentNodesOnPartBut","FindEqualElements","FindAmongElementsByPoint",
|
// "FindCoincidentNodesOnPartBut","FindEqualElements","FindAmongElementsByPoint",
|
||||||
// "MakeBoundaryMesh","Create0DElementsOnAllNodes",
|
// "MakeBoundaryMesh","Create0DElementsOnAllNodes",
|
||||||
// "" }; // <- mark of end
|
// "" }; // <- mark of end
|
||||||
// methods.Insert( names );
|
// methods.Insert( names );
|
||||||
// }
|
// }
|
||||||
// return methods.Contains( theMethodName );
|
// return methods.Contains( theMethodName );
|
||||||
}
|
}
|
||||||
|
|
||||||
//================================================================================
|
//================================================================================
|
||||||
|
@ -3489,7 +3489,7 @@ static inline LDOMString toString( CORBA::Long theType )
|
|||||||
case FT_LogicalOR : return "Or";
|
case FT_LogicalOR : return "Or";
|
||||||
case FT_GroupColor : return "Color of Group";
|
case FT_GroupColor : return "Color of Group";
|
||||||
case FT_LinearOrQuadratic : return "Linear or Quadratic";
|
case FT_LinearOrQuadratic : return "Linear or Quadratic";
|
||||||
case FT_ElemGeomType : return "Element geomtry type";
|
case FT_ElemGeomType : return "Element geometry type";
|
||||||
case FT_EntityType : return "Entity type";
|
case FT_EntityType : return "Entity type";
|
||||||
case FT_Undefined : return "";
|
case FT_Undefined : return "";
|
||||||
default : return "";
|
default : return "";
|
||||||
@ -3544,7 +3544,7 @@ static inline SMESH::FunctorType toFunctorType( const LDOMString& theStr )
|
|||||||
else if ( theStr.equals( "Or" ) ) return FT_LogicalOR;
|
else if ( theStr.equals( "Or" ) ) return FT_LogicalOR;
|
||||||
else if ( theStr.equals( "Color of Group" ) ) return FT_GroupColor;
|
else if ( theStr.equals( "Color of Group" ) ) return FT_GroupColor;
|
||||||
else if ( theStr.equals( "Linear or Quadratic" ) ) return FT_LinearOrQuadratic;
|
else if ( theStr.equals( "Linear or Quadratic" ) ) return FT_LinearOrQuadratic;
|
||||||
else if ( theStr.equals( "Element geomtry type" ) ) return FT_ElemGeomType;
|
else if ( theStr.equals( "Element geometry type" ) ) return FT_ElemGeomType;
|
||||||
else if ( theStr.equals( "Entity type" ) ) return FT_EntityType;
|
else if ( theStr.equals( "Entity type" ) ) return FT_EntityType;
|
||||||
else if ( theStr.equals( "" ) ) return FT_Undefined;
|
else if ( theStr.equals( "" ) ) return FT_Undefined;
|
||||||
else return FT_Undefined;
|
else return FT_Undefined;
|
||||||
|
@ -3249,7 +3249,7 @@ class Mesh:
|
|||||||
# Type SMESH.FunctorType._items in the Python Console to see all items.
|
# Type SMESH.FunctorType._items in the Python Console to see all items.
|
||||||
# Note that not all items correspond to numerical functors.
|
# Note that not all items correspond to numerical functors.
|
||||||
# @param MaxAngle is the maximum angle between element normals at which the fusion
|
# @param MaxAngle is the maximum angle between element normals at which the fusion
|
||||||
# is still performed; theMaxAngle is mesured in radians.
|
# is still performed; theMaxAngle is measured in radians.
|
||||||
# Also it could be a name of variable which defines angle in degrees.
|
# Also it could be a name of variable which defines angle in degrees.
|
||||||
# @return TRUE in case of success, FALSE otherwise.
|
# @return TRUE in case of success, FALSE otherwise.
|
||||||
# @ingroup l2_modif_unitetri
|
# @ingroup l2_modif_unitetri
|
||||||
@ -3268,7 +3268,7 @@ class Mesh:
|
|||||||
# Type SMESH.FunctorType._items in the Python Console to see all items.
|
# Type SMESH.FunctorType._items in the Python Console to see all items.
|
||||||
# Note that not all items correspond to numerical functors.
|
# Note that not all items correspond to numerical functors.
|
||||||
# @param MaxAngle a max angle between element normals at which the fusion
|
# @param MaxAngle a max angle between element normals at which the fusion
|
||||||
# is still performed; theMaxAngle is mesured in radians.
|
# is still performed; theMaxAngle is measured in radians.
|
||||||
# @return TRUE in case of success, FALSE otherwise.
|
# @return TRUE in case of success, FALSE otherwise.
|
||||||
# @ingroup l2_modif_unitetri
|
# @ingroup l2_modif_unitetri
|
||||||
def TriToQuadObject (self, theObject, theCriterion, MaxAngle):
|
def TriToQuadObject (self, theObject, theCriterion, MaxAngle):
|
||||||
|
@ -588,7 +588,7 @@ namespace
|
|||||||
const SMDS_MeshElement* cornerQuad,
|
const SMDS_MeshElement* cornerQuad,
|
||||||
const SMDS_MeshNode* nCorner)
|
const SMDS_MeshNode* nCorner)
|
||||||
{
|
{
|
||||||
// Find out size of block side mesured in nodes and by the way find two rows
|
// Find out size of block side measured in nodes and by the way find two rows
|
||||||
// of nodes in two directions.
|
// of nodes in two directions.
|
||||||
|
|
||||||
int x, y, nbX, nbY;
|
int x, y, nbX, nbY;
|
||||||
|
@ -97,7 +97,7 @@ def Publish (ObjToPublish):
|
|||||||
|
|
||||||
def RevolveMesh(MainMesh,**args):
|
def RevolveMesh(MainMesh,**args):
|
||||||
"""
|
"""
|
||||||
This function premits to revolute and scale a 2D mesh while transforming the edge
|
This function permits to revolute and scale a 2D mesh while transforming the edge
|
||||||
groups into face groups. Moreover, the function automatically creates the face groups
|
groups into face groups. Moreover, the function automatically creates the face groups
|
||||||
corresponding to the symmetry lower and upper faces
|
corresponding to the symmetry lower and upper faces
|
||||||
Facultatif arguments are :
|
Facultatif arguments are :
|
||||||
@ -171,7 +171,7 @@ def RevolveMesh(MainMesh,**args):
|
|||||||
|
|
||||||
def ExtrudeMesh(MainMesh,**args):
|
def ExtrudeMesh(MainMesh,**args):
|
||||||
"""
|
"""
|
||||||
This function premits to extrude and scale a 2D mesh while transforming the edge
|
This function permits to extrude and scale a 2D mesh while transforming the edge
|
||||||
groups into face groups. Moreover, the function automatically creates the face groups
|
groups into face groups. Moreover, the function automatically creates the face groups
|
||||||
corresponding to the symmetry lower and upper faces
|
corresponding to the symmetry lower and upper faces
|
||||||
Facultatif arguments are :
|
Facultatif arguments are :
|
||||||
|
@ -324,7 +324,7 @@ void Maillage::inputMED(std::string fichierMED)
|
|||||||
// Lecture des infos concernant le premier maillage
|
// Lecture des infos concernant le premier maillage
|
||||||
if (MEDmeshInfo(fid, 1, maa, &spacedim, &mdim, &type, desc, dtunit, &sortingtype, &nPasTemps, &axistype, axisname,
|
if (MEDmeshInfo(fid, 1, maa, &spacedim, &mdim, &type, desc, dtunit, &sortingtype, &nPasTemps, &axistype, axisname,
|
||||||
unitname) < 0)
|
unitname) < 0)
|
||||||
ERREUR("Error while reading mesh informations ");
|
ERREUR("Error while reading mesh information ");
|
||||||
//cout << chrono() << " --- inputMED: MEDmeshInfo: OK" << endl;
|
//cout << chrono() << " --- inputMED: MEDmeshInfo: OK" << endl;
|
||||||
|
|
||||||
// cerr << "maa=" << maa << endl;
|
// cerr << "maa=" << maa << endl;
|
||||||
|
@ -15,7 +15,7 @@ You usually don't have to set this parameter but you can choose to limit the amo
|
|||||||
|
|
||||||
- **File**
|
- **File**
|
||||||
|
|
||||||
You can change the file used to store remeshing hypotheses, see :ref:`hypothesis-label` for further informations.
|
You can change the file used to store remeshing hypotheses, see :ref:`hypothesis-label` for further information.
|
||||||
|
|
||||||
.. image:: images/Generic.png
|
.. image:: images/Generic.png
|
||||||
:align: center
|
:align: center
|
||||||
|
Loading…
Reference in New Issue
Block a user