From 2d8a7614c5e97f3449fbb5f9f39458735914b1f0 Mon Sep 17 00:00:00 2001 From: DeepSOIC Date: Sat, 14 May 2016 00:50:30 +0300 Subject: [PATCH] Attacher: Py: fix docu strings --- src/Mod/Part/App/AttachEnginePy.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Mod/Part/App/AttachEnginePy.xml b/src/Mod/Part/App/AttachEnginePy.xml index ac9c36470..99a605674 100644 --- a/src/Mod/Part/App/AttachEnginePy.xml +++ b/src/Mod/Part/App/AttachEnginePy.xml @@ -67,9 +67,9 @@ - List of all attachment modes of all AttachEngines. This is the list of modes in MapMode enum properties of AttachableObjects. + List of all reference shape types recognized by AttachEngine. - + @@ -94,7 +94,7 @@ - getRefTypeInfo(type): returns information (dict) on shape type. Keys:'UserFriendlyName', 'TypeIndex'. + getRefTypeInfo(type): returns information (dict) on shape type. Keys:'UserFriendlyName', 'TypeIndex', 'Rank'. Rank is the number of times reftype can be downgraded, before it becomes 'Any'.