Represents a profile. Profile is used to describe e.g. beam section or plate form. This interface can be obtained from e.g. IBeamStyle interface.
More...
Represents a profile. Profile is used to describe e.g. beam section or plate form. This interface can be obtained from e.g. IBeamStyle interface.
- See also
- IProfileDescription, IRegion2DCollection
◆ GetCenterOfMass()
HRESULT IProfile::GetCenterOfMass |
( |
[out, retval] Point2D * |
pPoint | ) |
|
Returns the center of mass of the profile.
- Returns
- The center of mass of the profile.
◆ DescriptionId
int IProfile::DescriptionId |
|
get |
Returns the unique identifier of the profile description.
- Returns
- The unique identifier of the profile description.
◆ Parameters
Returns the parameter container of the profile.
- Returns
- The parameter container of the profile.
◆ Regions
Returns the region collection of the profile.
- Returns
- The region collection of the profile.