|
|
| PlaneGCSSolver_ConstraintWrapper (const GCSConstraintPtr &theConstraint, const SketchSolver_ConstraintType &theType) |
| |
|
| PlaneGCSSolver_ConstraintWrapper (const std::list< GCSConstraintPtr > &theConstraints, const SketchSolver_ConstraintType &theType) |
| |
| const std::list< GCSConstraintPtr > & | constraints () const |
| | Return list of constraints. More...
|
| |
| void | setConstraints (const std::list< GCSConstraintPtr > &theConstraints) |
| | Change list of constraints. More...
|
| |
| const ConstraintID & | id () const |
| | Return ID of current constraint. More...
|
| |
| virtual void | setId (const ConstraintID &theID) |
| | Change constraint ID. More...
|
| |
| virtual SketchSolver_ConstraintType | type () const |
| | Return type of current entity. More...
|
| |
| virtual void | setValue (const double &theValue) |
| | Assign numeric parameter of constraint. More...
|
| |
| virtual double | value () const |
| | Return numeric parameter of constraint. More...
|
| |
| void | setValueParameter (const ScalarWrapperPtr &theValue) |
| | Change parameter representing the value of constraint. More...
|
| |
| const ScalarWrapperPtr & | valueParameter () const |
| | Return parametric representation of constraint value. More...
|
| |
Wrapper providing operations with PlaneGCS constraints.