Sketcher: Add convenience method to check for internal alignment type
This commit is contained in:
committed by
Chris Hennes
parent
0ab7d50639
commit
062e9f75ca
@@ -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();}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user