|
SHAPER
9.15.0
|
Wrapper providing operations with angular parameters in PlaneGCS. More...

Public Member Functions | |
| PlaneGCSSolver_AngleWrapper (double *const theParam) | |
| virtual void | setValue (double theValue) |
| Change value of parameter. More... | |
| virtual double | value () const |
| Return value of parameter. More... | |
| double * | scalar () const |
| Return PlaneGCS parameter. More... | |
| virtual SketchSolver_EntityType | type () const |
| Return type of current entity. More... | |
| void | setExternal (bool theExternal) |
| Change flag indicating the entity cannot be changed in the solver. More... | |
| bool | isExternal () const |
| Return the External flag. More... | |
| void | setAdditionalAttributes (const std::map< std::string, EntityWrapperPtr > &theAttribues) |
| Store names of attributes and their values if necessary. More... | |
| const std::map< std::string, EntityWrapperPtr > & | additionalAttributes () const |
| Return the list of additional attributes. More... | |
Protected Member Functions | |
| virtual bool | update (std::shared_ptr< ModelAPI_Attribute > theAttribute) |
| Update entity by the values of theAttribute. More... | |
Protected Attributes | |
| double * | myValue |
| pointer to value provided by the storage More... | |
Wrapper providing operations with angular parameters in PlaneGCS.
Provides automatic conversion from degrees to radians and vice versa.
|
virtual |
Change value of parameter.
Reimplemented from PlaneGCSSolver_ScalarWrapper.
|
virtual |
Return value of parameter.
Reimplemented from PlaneGCSSolver_ScalarWrapper.
|
inlineinherited |
Return PlaneGCS parameter.
|
inlinevirtualinherited |
Return type of current entity.
Implements PlaneGCSSolver_EntityWrapper.
|
protectedvirtualinherited |
Update entity by the values of theAttribute.
true if any value of attribute is not equal to the stored in the entity Reimplemented from PlaneGCSSolver_EntityWrapper.
|
inlineinherited |
Change flag indicating the entity cannot be changed in the solver.
|
inlineinherited |
Return the External flag.
|
inlineinherited |
Store names of attributes and their values if necessary.
|
inlineinherited |
Return the list of additional attributes.
|
protectedinherited |
pointer to value provided by the storage