mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-12-26 09:20:35 +05:00
Transfer BreakLink from Object to Gen
This commit is contained in:
parent
e2fe8c1360
commit
f1da3f8ded
@ -515,11 +515,6 @@ module GEOM
|
|||||||
*/
|
*/
|
||||||
boolean IsParametrical();
|
boolean IsParametrical();
|
||||||
|
|
||||||
/*
|
|
||||||
* \brief Breaks links to parametrical mode for parametrical shape
|
|
||||||
*/
|
|
||||||
void BreakLinks();
|
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
//# GEOM_Field
|
//# GEOM_Field
|
||||||
@ -5154,6 +5149,11 @@ module GEOM
|
|||||||
inout string_array theSubEntries,
|
inout string_array theSubEntries,
|
||||||
inout string_array theOtherEntries);
|
inout string_array theOtherEntries);
|
||||||
|
|
||||||
|
|
||||||
|
/*
|
||||||
|
* \brief Breaks links to parametrical mode for parametrical shape
|
||||||
|
*/
|
||||||
|
void BreakLink(in string theEntry);
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -385,6 +385,9 @@ class GEOM_I_EXPORT GEOM_Gen_i: virtual public POA_GEOM::GEOM_Gen, virtual publi
|
|||||||
|
|
||||||
void LoadPlugin(const std::string& theLibName);
|
void LoadPlugin(const std::string& theLibName);
|
||||||
|
|
||||||
|
|
||||||
|
virtual void BreakLink(const char*) {}
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
|
||||||
::GEOMImpl_Gen* _impl;
|
::GEOMImpl_Gen* _impl;
|
||||||
|
@ -83,8 +83,6 @@ class GEOM_I_EXPORT GEOM_Object_i : public virtual POA_GEOM::GEOM_Object, public
|
|||||||
|
|
||||||
virtual bool IsParametrical() { return false; }
|
virtual bool IsParametrical() { return false; }
|
||||||
|
|
||||||
virtual void BreakLinks() {}
|
|
||||||
|
|
||||||
|
|
||||||
Handle(::GEOM_Object) GetImpl() { return _impl; }
|
Handle(::GEOM_Object) GetImpl() { return _impl; }
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user