28 void setXDirecetion(
const Geom::Dir& xDir);
29 void setYDirecetion(
const Geom::Dir& yDir);
35 virtual std::map<std::string, Core::Variant> getKeyValueMap()
const;
41 virtual bool isEqual(
const Property*)
const;
42 std::shared_ptr<Core::DbgInfo> getDbgInfo()
const override;
69 virtual bool isEqual(
const Property*)
const;
71 std::shared_ptr<Core::DbgInfo> getDbgInfo()
const override;
85 void setValue(
const std::list<Geom::Ax2>& ax2list);
93 const std::list<Geom::Ax2>& getValue()
const;
99 virtual bool isEqual(
const Property*)
const;
Geom::Ax2 _ax2
Definition: PropertyAxis2.h:45
bool setValueFromVariant(const Core::Variant &)
Definition: PropertyAxis2.h:86
#define CORE_EXPORT
Definition: core_defines2.h:10
Defines a non-persistent 3D Cartesian point.
Definition: Pnt.h:42
std::list< Geom::Ax2 > _ax2List
Definition: PropertyAxis2.h:102
Core::PropertyText name
Definition: CoreDocument.h:143
Definition: PropertyAxis2.h:77
Definition: Persistance.h:20
Definition: PropertyAxis2.h:14
LX_CORE_EXPORT Version & version
Definition: AbstractXMLReader.h:10
Core::Variant getVariant(void) const
Definition: PropertyAxis2.h:95
Definition: PropertyAxis2.h:48
Definition: Property.h:81
DECLARE_PROPERTY_FACTORY(PropertyAxis1_Factory, Core::PropertyAxis1)
Geom::Ax22d _ax2
Definition: PropertyAxis2.h:74