PMI::Frame Class Reference
#include <HUtilityPMI.h>
Public Member Functions | |
Frame (Frame const &that) | |
unsigned int | GetPolylineCount () const |
void | GetPolylines (unsigned int &out_count, Polyline out_polylines[]) const |
Frame const & | operator= (Frame const &that) |
void | Set (Frame const &that) |
void | SetPolylines (unsigned int in_count, Polyline const in_polylines[]) |
Detailed Description
This class represents a collection of polylines which constitute the frame of an Entity or ViewEntity.
Member Function Documentation
◆ GetPolylineCount()
unsigned int PMI::Frame::GetPolylineCount | ( | ) | const |
- Returns
- the number of Polylines in this Frame
◆ GetPolylines()
void PMI::Frame::GetPolylines | ( | unsigned int & | out_count, |
Polyline | out_polylines[] | ||
) | const |
Gets the polylines for this Frame.
◆ SetPolylines()
void PMI::Frame::SetPolylines | ( | unsigned int | in_count, |
Polyline const | in_polylines[] | ||
) |
The documentation for this class was generated from the following file: