Represents a profile description. Profile description represented by the 2D geometry and a set of constraints (optional). See Renga profile editor for better understanding. Different Renga entities (e.g. beam style, column style etc.) use profile description to create profiles by applying concrete parameter values to the profile description. This interface can be obtained from IProfileDescriptionManager interface.
More...
|
BSTR | Name [get] |
| Returns the name of the profile description. More...
|
|
int | Id [get] |
| The identifier of the quantity. More...
|
|
Represents a profile description. Profile description represented by the 2D geometry and a set of constraints (optional). See Renga profile editor for better understanding. Different Renga entities (e.g. beam style, column style etc.) use profile description to create profiles by applying concrete parameter values to the profile description. This interface can be obtained from IProfileDescriptionManager interface.
- See also
- IProfileDescriptionManager, IProfile
◆ Id
int IProfileDescription::Id |
|
get |
The identifier of the quantity.
- Returns
- The identifier of the quantity.
◆ Name
BSTR IProfileDescription::Name |
|
get |
Returns the name of the profile description.
- Returns
- The name of the profile description.