summaryrefslogtreecommitdiff
path: root/CSXCAD/src/CSTransform.h
diff options
context:
space:
mode:
Diffstat (limited to 'CSXCAD/src/CSTransform.h')
-rw-r--r--CSXCAD/src/CSTransform.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/CSXCAD/src/CSTransform.h b/CSXCAD/src/CSTransform.h
index 8293219..8fcad90 100644
--- a/CSXCAD/src/CSTransform.h
+++ b/CSXCAD/src/CSTransform.h
@@ -85,6 +85,9 @@ public:
void Reset();
+ //! Check if this CSTransform has any transformations
+ bool HasTransform();
+
//! All subsequent operations will be occur before the previous operations (not the default).
void SetPreMultiply() {m_PostMultiply=false;}
//! All subsequent operations will be after the previous operations (default).