| 137 | } |
| 138 | |
| 139 | void DrawDimHelper::makeExtentDim3d(DrawViewPart* dvp, const std::string& dimType, ReferenceVector references3d) |
| 140 | { |
| 141 | int direction = dimType == "DistanceX" ? 0 : dimType == "DistanceY" ? 1 : 2; |
| 142 | return makeExtentDim3d(dvp, references3d, direction); |
| 143 | } |
| 144 | |
| 145 | void DrawDimHelper::makeExtentDim3d(DrawViewPart* dvp, ReferenceVector references, int direction) |
| 146 | { |
nothing calls this directly
no test coverage detected