Frame

Functions

Frame

Frame

~Frame

void

Set

Frame const &

operator=

unsigned int

GetPolylineCount

void

GetPolylines

void

SetPolylines

Detailed Description

class Frame

This class represents a collection of polylines which constitute the frame of an Entity or ViewEntity.

Public Functions

Frame()
Frame(Frame const &that)
~Frame()
void Set(Frame const &that)
Frame const &operator=(Frame const &that)
unsigned int GetPolylineCount() const
Returns

the number of Polylines in this Frame

void GetPolylines(unsigned int &out_count, Polyline out_polylines[]) const

Gets the polylines for this Frame.

Parameters
  • out_count – the number of polylines in this Frame. Returned to the user.

  • out_polylines – the array of polylines for this Frame. Returned to the user. Necessary space should be allocated prior to calling. If pointer is NULL no values will be put into the array.

void SetPolylines(unsigned int in_count, Polyline const in_polylines[])

Sets the polylines for this Frame. These will replace any existing polylines.

Parameters
  • in_count – the number of polylines in the array

  • in_polylines – the array of polylines for this Frame