oaOccLine Class Reference

Inheritance diagram for oaOccLine:

oaOccShape oaBlockObject oaDesignObject oaObject


Public Methods

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

Detailed Description

The oaOccLine class implements an unique occurrence of an oaLine object in a design hierarchy.


Member Function Documentation

oaUInt4 oaOccLine::getNumPoints   const
 

This function returns the number of points in this line.

void oaOccLine::getPoints oaPointArray &    points const
 

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

Parameters:
points The point array to be filled.


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

Return to top of page