|
| static AISObjectPtr | collinearConstraint (ModelAPI_Feature *theConstraint, SketchPlugin_Sketch *theSketcher, AISObjectPtr thePrevious) |
| | Creates collinear constraint presentation. More...
|
| |
| static AISObjectPtr | parallelConstraint (ModelAPI_Feature *theConstraint, SketchPlugin_Sketch *theSketcher, AISObjectPtr thePrevious) |
| | Creates parallel constraint presentation. More...
|
| |
| static AISObjectPtr | perpendicularConstraint (ModelAPI_Feature *theConstraint, SketchPlugin_Sketch *theSketcher, AISObjectPtr thePrevious) |
| | Creates coincedent perpendicular presentation. More...
|
| |
| static AISObjectPtr | rigidConstraint (ModelAPI_Feature *theConstraint, SketchPlugin_Sketch *theSketcher, AISObjectPtr thePrevious) |
| | Creates rigid constraint presentation. More...
|
| |
| static AISObjectPtr | horisontalConstraint (ModelAPI_Feature *theConstraint, SketchPlugin_Sketch *theSketcher, AISObjectPtr thePrevious) |
| | Creates horizontal constraint presentation. More...
|
| |
| static AISObjectPtr | verticalConstraint (ModelAPI_Feature *theConstraint, SketchPlugin_Sketch *theSketcher, AISObjectPtr thePrevious) |
| | Creates vertical constraint presentation. More...
|
| |
| static AISObjectPtr | equalConstraint (ModelAPI_Feature *theConstraint, SketchPlugin_Sketch *theSketcher, AISObjectPtr thePrevious) |
| | Creates equal constraint presentation. More...
|
| |
| static AISObjectPtr | tangentConstraint (ModelAPI_Feature *theConstraint, SketchPlugin_Sketch *theSketcher, AISObjectPtr thePrevious) |
| | Creates tangent constraiont presentation. More...
|
| |
| static AISObjectPtr | middleConstraint (ModelAPI_Feature *theConstraint, SketchPlugin_Sketch *theSketcher, AISObjectPtr thePrevious) |
| | Creates middle constraint presentation. More...
|
| |
| static AISObjectPtr | mirrorConstraint (ModelAPI_Feature *theConstraint, SketchPlugin_Sketch *theSketcher, AISObjectPtr thePrevious) |
| | Creates mirror constraint presentation. More...
|
| |
| static AISObjectPtr | translateConstraint (ModelAPI_Feature *theConstraint, SketchPlugin_Sketch *theSketcher, AISObjectPtr thePrevious) |
| | Creates translate constraint presentation. More...
|
| |
| static AISObjectPtr | rotateConstraint (ModelAPI_Feature *theConstraint, SketchPlugin_Sketch *theSketcher, AISObjectPtr thePrevious) |
| | Creates rotate constraint presentation. More...
|
| |
| static AISObjectPtr | coincidentConstraint (ModelAPI_Feature *theConstraint, SketchPlugin_Sketch *theSketcher, AISObjectPtr thePrevious) |
| | Creates coincedent constraint presentation. More...
|
| |
| static AISObjectPtr | lengthDimensionConstraint (ModelAPI_Feature *theConstraint, SketchPlugin_Sketch *theSketcher, AISObjectPtr thePrevious) |
| | Creates length dimension presentation. More...
|
| |
| static AISObjectPtr | angleConstraint (ModelAPI_Feature *theConstraint, SketchPlugin_Sketch *theSketcher, AISObjectPtr thePrevious) |
| | Creates angle constraint presentation. More...
|
| |
| static AISObjectPtr | radiusConstraint (ModelAPI_Feature *theConstraint, SketchPlugin_Sketch *theSketcher, AISObjectPtr thePrevious) |
| | Creates radius dimension presentation. More...
|
| |
| static AISObjectPtr | offsetObject (ModelAPI_Feature *theConstraint, SketchPlugin_Sketch *theSketcher, AISObjectPtr thePrevious) |
| | Creates radius dimension presentation. More...
|
| |
Class which creates constraints presentations.