Properties Configuration

You can configure the display of properties and attributes in the properties area.

This page discusses:

Environment: On premises only

Configuration File

For each type of CATIA V6 object, a MASK file is located on the following server: \ematrix\WEB-INF\classes\vplm\mask\DEFAULT

In these files, you can customize the list of attributes that are displayed when performing an action or selection (such as creation, search, properties, tree...).

Examples are given below for the "Functional Reference DS" type.

Example: Tree Attributes

For the "Functional Reference DS" type, the default list of attributes for the identification in the tree is listed in the following section.

From 3DEXPERIENCE R2015x

// -----------------------------------------------------------
FUNC Tree
// -----------------------------------------------------------
// - ordered
FATTR V_Name;N
FATTR revision;N
// - unordered

Example: Properties Attributes

For the "Functional Reference DS" type, the default list of attributes for the properties area is listed in the following section.

From 3DEXPERIENCE R2015x

// -----------------------------------------------------------
FUNC Write
// -----------------------------------------------------------
// - ordered
FATTR V_Name;Y
FATTR PLM_ExternalID;N
FATTR revision;N
FATTR V_versionComment;Y
FATTR V_description;Y
FATTR C_created;N
FATTR V_fromExternalID;N
FATTR policy;N
FATTR C_modified;N
FATTR V_maturity;N
FATTR LOCKUSER;N
FATTR V_user;N
FATTR V_organization;N
FATTR V_project;N
// - unordered

Properties and Relations

The attributes are the following:

From 3DEXPERIENCE R2015x

In this category, the attributes for the identification in tree are listed:

  • Title (V_Name)
  • Revision (revision)
  • Current (V_maturity)

In this category, the attributes for the properties are listed (except those that are listed in the first category):

  • Name (PLM_ExternalID)
  • Description (V_description)
  • Owner (V_user)
  • Organization (V_organization)
  • Project (V_project)
  • Locked By (LOCKUSER)
  • Creation Date (C_created)
  • Modification Date (C_modified)