v2.33
 
IProfileDescription Interface Reference

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

Inheritance diagram for IProfileDescription:

Properties

int Id [get]
 The identifier of the quantity.
 
BSTR Name [get]
 Returns the name of the profile description.
 

Detailed Description

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

Property Documentation

◆ Id

int Id
get

The identifier of the quantity.

Returns
The identifier of the quantity.

◆ Name

BSTR Name
get

Returns the name of the profile description.

Returns
The name of the profile description.