Custom Properties (legacy)

Opens a window to allow custom properties to be set for members or materials or bolts or holes or welds or your current Job.

The Custom Properties window can be opened in your current Job only if the " Flavor " that was selected at the time your current Job was created was a legacy flavor .

Tabs on the member properties window if a legacy flavor was selected as the " Flavor " when the project was created :

General
Custom Properties
User
Custom Properties
Notes
Log

Tabs on the member(not legacy flavor), material, jobs, bolts, holes and welds custom properties windows :

Properties
Notes
Log

For material properties three tabs like above are shown regardless of the legacy flavor that was selected at project creation time.

Properties

  • A " Properties " tab appears on this window -- even for member custom properties -- when ' None ' was selected the legacy flavor at the time that this Project was created.
  • For custom properties other than Job custom properties, you can add a new custom property (option) to this tab without having to mess with editing a Python script. For Job custom properties, the Python script you will need to adjust is the /custom/Job.py file in your current Job.
  • Entries to a custom property can be a ' String ' (allows any characters) or ' Number ' (allows decimals, whole numbers or fractions) or " Boolean " (checked = Yes or 1 or True; not checked = No or 0 or False) or ' Dimension ' (allows dimensions) or ' Date ' (allows dates).
  • Data entered here can be tracked using the Report Writer .
  • Status Display can color code, mask or isolate members or materials for which custom properties have been entered. To access these you can either go to Member status > Member custom property or Material status > Material custom property.
  • Python scripts can be created to read member or material or Job custom properties:
  • Advanced Selection can be used to select members, materials, etc. with custom properties:

General Custom Properties

  • If ' ElectronicApproval ' is the " Flavor " of custom properties and you are editing a member, you will get " General Custom Properties " tabs like those shown at left.
  • Be aware that certain entries for members (members only) may cause member piecemarks to break apart. To see if such is the case, go to setup and click the appropriate type of schema (' Member ') to open the Edit Schema window. Press " Details " to see if " Use to split piecemarks " is checked.
  • The entry may appear in the " Remarks " column in line 1 of the associated member bill of material. To see if such is the case, go to setup and click the appropriate type of schema (' Member ') to open the Edit Schema window. Press " Edit " to see if " Add to BOM " is checked.
  • You can use setup to add new options to this tab just like you can for the " Properties " tab, but those options will not show up immediately. To show the new custom property in this tab, you first need to edit the /custom/Member.py file found in your current Job. Click here for more information.

User Custom Properties

  • A " User Custom Properties " tab may appear on this window when a legacy flavor was selected as the custom property " Flavor " at project creation time.
  • You can use setup to add new options to this tab just like you can for the " Properties " tab. However, unlike for the " Properties " tab, those options will not show up immediately. To make new member custom properties show up in this tab, you first need to edit the /custom/Member.py file found in your current Job. Click here for more information.
  • Here is the section in the /custom/Member.py file that you need to modify in order to get an option added to this window. Remember, you first need to add the schema entry in the Add Schema Entry window for members before you enter it to the script:

Notes

  • Type in any notes that you want applied to the item (Job, member, material, hole, bolt, weld) that you are editing.
  • Press the " Time Stamp " button to automatically stamp the date and time of a note.
  • Notes entered here can be tracked using the Report Writer .
  • Status Display can color code, mask or isolate members or materials for which notes have been entered. To access these you can either go to Member status > Member notes or Material status > Material notes.

Log

Save : (or the Enter key) Closes the Custom Properties window and saves the settings on it to your current Job .

Cancel : Closes this window without saving any changes that you have made.

Reset : Undoes all changes made to settings on this window since you first opened it. The window remains open.

For your current Job:

  • The Job Custom Properties window for your current Job opens when you choose Home > Project Settings > Job > Job Property Settings .

For group members:

  • In Modeling , open the Group Member Edit window, then press the " Properties " button to open Member Custom Properties. The properties that you set affect the group member only -- they do not affect submembers. Group members employ the member schema that are set up at Home > Project Settings > Job > Custom Properties > Member Properties .

For members:

For materials:

  • Do a multi-material edit or edit one material . Press the " Properties " button at the bottom of the General Information window, which can be opened from any of the material edit windows.
  • You cannot assign custom properties when you first Add a material.
  • In the Drawing Editor , you can review the custom properties of a material using Review 2D Items , or double-clicking a material, then pressing the " General Information " button, then pressing the " Properties " button.

For bolts :

For holes :

For welds :

  • Member custom property tabs are created by the /custom/Member.py file found in your current Job.
  • For example, to add a new option for material under the " Properties " tab, all you have to do is choose Home > Project Settings > Job > Custom Properties > Material Properties , then press " Add " on the Edit Schema window. After you then make an entry on the Add Schema Entry window, you can re-open this window (edit a material, press " General Information " then press " Properties ") and you will find that your new custom property has been added to this tab.
  • To add a custom property, " Home > Project Settings > Job > Custom Properties > (" Job Properties " or " Member Properties " or " Material Properties " or etc.). The Edit Schema window will open. On it you can press the " Add " button to add a schema entry.
  • A new custom property added in setup is available to all items in its class that reside in the model. For example, a newly added member custom property is available to all members. However, when you go to the model and edit that custom property, your change will only apply to the specific material(s) or etc. that you are editing.
  • For material custom properties, you can Add Schema Entry and your entry will appear on this window immediately.
  • For Job custom properties, information under the " Properties " tab may, depending on the legacy flavor , be entered to the /custom/Job.py script.
  • No Python script is used for material, bolts, holes or welds custom properties.