v2.42
 
IProfile Interface Reference

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

Public Member Functions

HRESULT GetCenterOfMass ([out, retval] Point2D *pPoint)
 The center of mass of the profile.
 

Properties

int DescriptionId [get]
 The unique identifier of the profile description.
 
IParameterContainer Parameters [get]
 The parameter container of the profile.
 
IRegion2DCollection Regions [get]
 The region collection of the profile.
 

Detailed Description

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