You are on page 1of 1

11/10/21, 4:30 PM Help | Profile Names | Autodesk

Profile Names

The Advance Steel API requires profile names to be formatted a certain way.

When creating elements or changing the profile assigned to an element, you may want to assign a specific
section profile, rather than a default profile. To generate a string with the correct format, follow these
steps.

To access the correct profile class name and section size, you will need to browse the Advance Steel
profiles database. There are two ways to do this:

1. Start Advance Steel Management Tools (a separate application installed with Advance Steel)
a. Select "Table editor"
b. Click "Open Database"
c. Browse to ...\ProgramData\Autodesk\Advance Steel 2021\[INSTALLATION LANGUAGE
EXTENSION]\Steel\Data (or similar)
d. Select AstorProfiles database and click Open.

2. Open the same AstorProfiles database with SQL Server or any other compatible database editor.

After opening the profiles database, open the "ProfileMasterTable" table which describes all the available
profiles types and the tables in which all the sizes for each profile can be found.

1. Look in the TypeNameText column for the profile class name (i.e. "AISC 14.1 W Shape")
2. Look for the TableName in the same row. (i.e. "EXT_AISC14_W_Shapes")
3. Open the table with that name
4. Look in the SectionName column for the desired section size (i.e. "W10x12")

The profile name to use when creating a new element or assigning the profile name for an existing element
will be the a concatenation of the profile class name (from 1), a fixed string separator "#@§@#", and the
section size (from 4). For example "AISC 14.1 W Shape#@§@#W10x12".

Parent topic: Getting Started

Except where otherwise noted, this work is licensed under a Creative Commons Attribution-
NonCommercial-ShareAlike 3.0 Unported License. Please see the Autodesk Creative Commons FAQ
for more information.
© 2021 Autodesk Inc. All rights reserved

https://help.autodesk.com/view/ADSTPR/2021/ENU/?guid=GUID-63A91920-3613-44C8-81A8-EBD25B6EE744 1/1

You might also like