20 #ifndef SRC_SKETCHAPI_SKETCHAPI_CONSTRAINTANGLE_H_
21 #define SRC_SKETCHAPI_SKETCHAPI_CONSTRAINTANGLE_H_
23 #include "SketchAPI_Constraint.h"
38 static std::string ID()
40 static const std::string MY_SKETCH_CONSTRAINT_ID =
"SketchConstraintAngle";
41 return MY_SKETCH_CONSTRAINT_ID;
43 virtual std::string getID() {
return ID(); }
Class for filling ModelAPI_AttributeDouble.
Definition: ModelHighAPI_Double.h:37
Dump engine for the model.
Definition: ModelHighAPI_Dumper.h:81
Interface for ConstraintAngle feature.
Definition: SketchAPI_ConstraintAngle.h:32
virtual void dump(ModelHighAPI_Dumper &theDumper) const
Dump wrapped feature.
Definition: SketchAPI_ConstraintAngle.cpp:124
SketchAPI_ConstraintAngle(const std::shared_ptr< ModelAPI_Feature > &theFeature)
Constructor without values.
Definition: SketchAPI_ConstraintAngle.cpp:35
Interface for Constraint feature.
Definition: SketchAPI_Constraint.h:39