From a43f6361f3d2af6dbafdd1eb367579b21578a941 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 ac9c364708..99a605674a 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'.