Toponaming/Part: Move sketcher override of getElementName over

This commit is contained in:
Zheng, Lei
2024-03-21 15:17:32 -04:00
committed by bgbsww
parent 8ff81d8dfc
commit 8dd6863414
2 changed files with 47 additions and 0 deletions

View File

@@ -701,6 +701,9 @@ public:
std::string convertSubName(const Data::IndexedName&, bool postfix = true) const;
std::pair<std::string, std::string> getElementName(const char* name,
ElementNameType type) const override;
bool isPerformingInternalTransaction() const
{
return internaltransaction;