Profiles
Object for a HiCAD profile (=beam).
A profile object includes, apart from the information on the part, also direction information about the page where the part has been selected.
All part object functions are available plus the following:
|
|
|
FUNC | COM | SF |
---|---|---|---|---|---|
Direction |
Provides the clicked end of the profile: 1 = Start, 2 = End. |
int Direction ( ) |
1212.1 | 1212.1 | + |
GetSeriesProfileMain |
Provides the series profile main part for a series profile sub-part. |
void GetSeriesProfileMain (Profile p) |
1212.1 | 1212.1 | + |
IsSeriesProfileMain |
Is the profile a series profile main part? |
bool IsSeriesProfileMain ( ) |
1212.1 | 1212.1 | + |
IsSeriesProfileSub |
Is the profile a series profile sub-part? |
bool IsSeriesProfileSub ( ) |
1212.1 | 1212.1 | + |
GetWidth |
Provides the width of the profile. |
double GetWidth ( ) |
1212.1 | 1212.1 | + |
GetHeight |
Provides the height of the profile. |
double GetHeight ( ) |
1212.1 | 1212.1 | + |
GetPart |
Provides the profile as a part. |
void GetPart (Part& p) |
1212.1 | 1212.1 | + |
GetPoint |
Provides one of the 18 profile end points. For a detailed description of the point numbers refer to the description of the formula function 'profile_point'. |
void GetPoint (int pNb, Point3D& p) |
1212.1 | 1212.1 | + |