|
|
| SolveSpaceSolver_EntityWrapper (const FeaturePtr theFeature, const Slvs_Entity &theEntity) |
| |
|
| SolveSpaceSolver_EntityWrapper (const AttributePtr theAttribute, const Slvs_Entity &theEntity) |
| |
| | SolveSpaceSolver_EntityWrapper (const FeaturePtr thePointFeature, const AttributePtr thePointAttribute, const Slvs_Entity &theEntity) |
| | Constructor useful for SketchPlugin_Point only. More...
|
| |
| const Slvs_Entity & | entity () const |
| | Return SolveSpace entity. More...
|
| |
| Slvs_Entity & | changeEntity () |
| | Return SolveSpace entity to change. More...
|
| |
| virtual EntityID | id () const |
| | Return ID of current entity. More...
|
| |
| virtual void | setGroup (const GroupID &theGroup) |
| | Change group for the entity. More...
|
| |
| virtual GroupID | group () const |
| | Return identifier of the group the entity belongs to. More...
|
| |
| virtual SketchSolver_EntityType | type () const |
| | Return type of current entity. More...
|
| |
| virtual bool | isUsed (FeaturePtr theFeature) const |
| | Verify the feature is used in the entity. More...
|
| |
| virtual bool | isUsed (AttributePtr theAttribute) const |
| | Verify the attribute is used in the entity. More...
|
| |
| virtual bool | isEqual (const EntityWrapperPtr &theOther) |
| | Compare current entity with other. More...
|
| |
| virtual bool | update (const std::shared_ptr< SketchSolver_IEntityWrapper > &theOther) |
| | Update values of parameters of this entity by the parameters of given one. More...
|
| |
Wrapper providing operations with SolveSpace entities.