Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
dds14002 committed Mar 27, 2020
2 parents 6731720 + 8fb2de4 commit 966d1b8
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions XMLDocumentation.md
@@ -0,0 +1,30 @@
# Catia Composer XML Tags Documentation

### 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

### 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 <Link Value =""> 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

0 comments on commit 966d1b8

Please sign in to comment.