From 925b908104f7d8240ddcd1b05d5baf2331d485c3 Mon Sep 17 00:00:00 2001 From: Johnny Sit Date: Mon, 2 Mar 2020 15:34:10 -0500 Subject: [PATCH 1/9] Create XMLDocumentation.md --- XMLDocumentation.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 XMLDocumentation.md diff --git a/XMLDocumentation.md b/XMLDocumentation.md new file mode 100644 index 0000000..ceb788f --- /dev/null +++ b/XMLDocumentation.md @@ -0,0 +1,4 @@ +# Catia Composer XML Tags Documentation + +## '' +* Creates the tree structure view of all the components From 0c3c07df493626e04ffeb44f63b261c625d2076c Mon Sep 17 00:00:00 2001 From: Johnny Sit Date: Mon, 2 Mar 2020 15:46:46 -0500 Subject: [PATCH 3/9] Update XMLDocumentation.md --- XMLDocumentation.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/XMLDocumentation.md b/XMLDocumentation.md index 30bb039..6e77fae 100644 --- a/XMLDocumentation.md +++ b/XMLDocumentation.md @@ -1,7 +1,7 @@ # Catia Composer XML Tags Documentation -## '' -* Creates the tree structure view of all the components +### Server Type="CLitServerModifiable" +* Represents the tree structure view of all the components From d3d7f12a774e1da0ea447c1a07b80fbddd7575eb Mon Sep 17 00:00:00 2001 From: Johnny Sit Date: Mon, 2 Mar 2020 16:36:15 -0500 Subject: [PATCH 4/9] Update XMLDocumentation.md --- XMLDocumentation.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/XMLDocumentation.md b/XMLDocumentation.md index 6e77fae..49eeac9 100644 --- a/XMLDocumentation.md +++ b/XMLDocumentation.md @@ -5,3 +5,12 @@ ### Server Type="CLitServerModifiable" * Represents the tree structure view of all the components +Levels are represented by this in the XML: + + + + + + + + From f71ca2c9f665e7ec3f902df1e89c71bf1d44d244 Mon Sep 17 00:00:00 2001 From: Johnny Sit Date: Mon, 2 Mar 2020 16:36:54 -0500 Subject: [PATCH 5/9] Update XMLDocumentation.md --- XMLDocumentation.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/XMLDocumentation.md b/XMLDocumentation.md index 49eeac9..f770cab 100644 --- a/XMLDocumentation.md +++ b/XMLDocumentation.md @@ -6,11 +6,11 @@ ### Server Type="CLitServerModifiable" * Represents the tree structure view of all the components Levels are represented by this in the XML: - - - - + + + + - + From 8fc12ef8c7c605d7646036cefd52b838523db6e9 Mon Sep 17 00:00:00 2001 From: Johnny Sit Date: Mon, 2 Mar 2020 16:39:23 -0500 Subject: [PATCH 6/9] Update XMLDocumentation.md --- XMLDocumentation.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/XMLDocumentation.md b/XMLDocumentation.md index f770cab..af91992 100644 --- a/XMLDocumentation.md +++ b/XMLDocumentation.md @@ -5,12 +5,4 @@ ### Server Type="CLitServerModifiable" * Represents the tree structure view of all the components -Levels are represented by this in the XML: - - - - - - - From 37e2e3d08312095c884f7a4fbb2631b774580c24 Mon Sep 17 00:00:00 2001 From: Johnny Sit Date: Wed, 4 Mar 2020 15:23:05 -0500 Subject: [PATCH 7/9] Update XMLDocumentation.md --- XMLDocumentation.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/XMLDocumentation.md b/XMLDocumentation.md index af91992..d576cf4 100644 --- a/XMLDocumentation.md +++ b/XMLDocumentation.md @@ -5,4 +5,15 @@ ### Server Type="CLitServerModifiable" * Represents the tree structure view of all the components + +## CLitAssyRoot +* Represents the top level root component in the tree. In this case, it would be the landing gear (32-11). + +### CLitAssyGroup +* Represents a component within a tree, such as pivot (32-11-01) +### CLit2dWidgetImagePaperSpaceFromCropArea +* Represents the image panels. Contains the tag which brings the user to a specific view provided by the link. + +### CLit2dWidgetTextPaperSpace +* Represents the text box field From e70bf8131471cbb81adee3f65f9c6206d71003de Mon Sep 17 00:00:00 2001 From: Johnny Sit Date: Wed, 4 Mar 2020 15:23:15 -0500 Subject: [PATCH 8/9] Update XMLDocumentation.md --- XMLDocumentation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/XMLDocumentation.md b/XMLDocumentation.md index d576cf4..9f4ce2c 100644 --- a/XMLDocumentation.md +++ b/XMLDocumentation.md @@ -6,7 +6,7 @@ ### Server Type="CLitServerModifiable" * Represents the tree structure view of all the components -## CLitAssyRoot +### CLitAssyRoot * Represents the top level root component in the tree. In this case, it would be the landing gear (32-11). ### CLitAssyGroup From 8fb2de436b99b6f8bf1ee33c97e31dc226fe79c4 Mon Sep 17 00:00:00 2001 From: Johnny Sit Date: Wed, 4 Mar 2020 15:42:03 -0500 Subject: [PATCH 9/9] Update XMLDocumentation.md --- XMLDocumentation.md | 23 +++++++++++++++++------ 1 file changed, 17 insertions(+), 6 deletions(-) diff --git a/XMLDocumentation.md b/XMLDocumentation.md index 9f4ce2c..5185647 100644 --- a/XMLDocumentation.md +++ b/XMLDocumentation.md @@ -1,19 +1,30 @@ # Catia Composer XML Tags Documentation -### Server Type="CLitList" -* Represents the views in Composer +### Server Type="CLitList" +Header tag encompassing all the views + +### CLitView (found in .smgView file) +Represents a specific view + +### Configuration (found in .smgView file) +Header tag encompassing modifications made to a specific view + +### CLitModifiable (found in .smgView file) +* Modifications to be made in the specific view +* Can add text boxes, panels, clickable views to the next child components and parent component, etc. ### Server Type="CLitServerModifiable" -* Represents the tree structure view of all the components +Represents the tree structure view of all the components ### CLitAssyRoot -* Represents the top level root component in the tree. In this case, it would be the landing gear (32-11). +Represents the top level root component in the tree. In this case, it would be the landing gear (32-11). ### CLitAssyGroup -* Represents a component within a tree, such as pivot (32-11-01) +Represents a component within a tree, such as pivot (32-11-01) ### CLit2dWidgetImagePaperSpaceFromCropArea * Represents the image panels. Contains the tag which brings the user to a specific view provided by the link. +* The link can be found in the .smgView file, where the value would be the identification field in the CLitView tag ### CLit2dWidgetTextPaperSpace -* Represents the text box field +Represents the text box field