oaOccPolygon Class Reference

Inheritance diagram for oaOccPolygon:

oaOccShape oaBlockObject oaDesignObject oaObject


Public Methods

oaUInt4 getNumPoints () const
void getPoints (oaPointArray &points) const
oaBoolean isOrthogonal () const

Detailed Description

The oaOccPolygon class implements an unique occurrence of an oaPolygon object in a design hierarchy.


Member Function Documentation

oaUInt4 oaOccPolygon::getNumPoints   const
 

This function returns the number of points in this occPolygon.

void oaOccPolygon::getPoints oaPointArray &    points const
 

This function fills out 'points' with the points of this occPolygon.

Parameters:
points The point array to be filled with the points of this occPolygon

oaBoolean oaOccPolygon::isOrthogonal   const
 

This function returns a boolean indicating whether or not this occPolygon's pointArray is orthogonal.


The documentation for this class was generated from the following files:

Return to top of page