oaOccEllipse Class Reference

Inheritance diagram for oaOccEllipse:

oaOccShape oaBlockObject oaDesignObject oaObject


Public Methods

void getBoundary (oaPointArray &points, oaUInt4 numSides) const

Detailed Description

The oaOccEllipse class implements an unique occurrence of an oaEllipse object in a design hierarchy.


Member Function Documentation

void oaOccEllipse::getBoundary oaPointArray &    points,
oaUInt4    numSides
const
 

This function fills out the specified 'points' with the bounding polygon of this occEllipse. The polygon is generated with the number of sides specified by 'numSides'. This function throws an exception if the specified 'numSides' is less than three.

Parameters:
points The location for the returned array of points for the occEllipse
numSides The number of sides that define the bounding polygon
Exceptions:
oacEllipseNumSidesInvalid 


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

Return to top of page