[TD] some fixes
- the setting "Standard and Style" only affects new dimensions, thus it must be italic - fix bug that the Property 'LockPosition' appears for dimensions -> this is an option for views and thus must be hidden for dimensions - since tolerances are in the vast majority fractions of a millimeter/inch, set its stepsize to 0.1 (I hope I did it right in handleChangedPropertyType.) - fix inconsistent newlines in TaskBalloon.h - improve wording for a heading
This commit is contained in:
@@ -94,20 +94,20 @@ public:
|
||||
DrawViewDimension();
|
||||
virtual ~DrawViewDimension();
|
||||
|
||||
App::PropertyEnumeration MeasureType; //True/Projected
|
||||
App::PropertyLinkSubList References2D; //Points to Projection SubFeatures
|
||||
App::PropertyLinkSubList References3D; //Points to 3D Geometry SubFeatures
|
||||
App::PropertyEnumeration Type; //DistanceX,DistanceY,Diameter, etc
|
||||
App::PropertyEnumeration MeasureType; //True/Projected
|
||||
App::PropertyLinkSubList References2D; //Points to Projection SubFeatures
|
||||
App::PropertyLinkSubList References3D; //Points to 3D Geometry SubFeatures
|
||||
App::PropertyEnumeration Type; //DistanceX, DistanceY, Diameter, etc.
|
||||
|
||||
App::PropertyBool TheoreticalExact;
|
||||
App::PropertyBool Inverted;
|
||||
App::PropertyString FormatSpec;
|
||||
App::PropertyString FormatSpecTolerance;
|
||||
App::PropertyBool Arbitrary;
|
||||
App::PropertyBool ArbitraryTolerances;
|
||||
App::PropertyBool EqualTolerance;
|
||||
App::PropertyQuantity OverTolerance;
|
||||
App::PropertyQuantity UnderTolerance;
|
||||
App::PropertyBool TheoreticalExact;
|
||||
App::PropertyBool Inverted;
|
||||
App::PropertyString FormatSpec;
|
||||
App::PropertyString FormatSpecTolerance;
|
||||
App::PropertyBool Arbitrary;
|
||||
App::PropertyBool ArbitraryTolerances;
|
||||
App::PropertyBool EqualTolerance;
|
||||
App::PropertyQuantityConstraint OverTolerance;
|
||||
App::PropertyQuantityConstraint UnderTolerance;
|
||||
|
||||
enum RefType{
|
||||
invalidRef,
|
||||
|
||||
Reference in New Issue
Block a user