Sketcher: Add convenience method to check for internal alignment type

This commit is contained in:
Abdullah Tahiri
2022-12-22 07:40:05 +01:00
committed by Chris Hennes
parent 0ab7d50639
commit 062e9f75ca

View File

@@ -166,6 +166,8 @@ public:
bool isInternalAligned() const { return this->getInternalType() != InternalType::None; }
bool isInternalType(InternalType::InternalType type) const { return this->getInternalType() == type; }
// Geometry Extension Information
inline const std::string &getExtensionName () const {return SketchGeoExtension->getName();}