constraint: improve PointsOnCircle tooltip
This commit is contained in:
parent
8bbe8e5dd9
commit
f7f84def49
|
@ -1279,7 +1279,10 @@ class PointsOnCircle(BaseMulti):
|
||||||
_entityDef = (_p,_c)
|
_entityDef = (_p,_c)
|
||||||
_iconName = 'Assembly_ConstraintPointOnCircle.svg'
|
_iconName = 'Assembly_ConstraintPointOnCircle.svg'
|
||||||
_tooltip='Add a "{}" to constrain one or more points on to a clyndrical\n'\
|
_tooltip='Add a "{}" to constrain one or more points on to a clyndrical\n'\
|
||||||
'plane defined by a cricle.'
|
'surface defined by a cricle. Note that you must select a point\n'\
|
||||||
|
'(any geometry element can define a point), and then select the\n'\
|
||||||
|
'circle (or clyndrical surface), after which you can add more\n'\
|
||||||
|
'points selection if you want.'
|
||||||
_cstrFuncName = 'addPointOnCircle'
|
_cstrFuncName = 'addPointOnCircle'
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user