|
|
|
@ -135,12 +135,12 @@ public: |
|
|
|
|
|
|
|
/** |
|
|
|
* Function GetClearance |
|
|
|
* returns the clearance in 1/10000 inches. If \a aItem is not NULL then the |
|
|
|
* returns the clearance in internal units. If \a aItem is not NULL then the |
|
|
|
* returned clearance is the greater of this object's NETCLASS clearance and |
|
|
|
* aItem's NETCLASS clearance. If \a aItem is NULL, then this objects clearance |
|
|
|
* is returned. |
|
|
|
* @param aItem is another BOARD_CONNECTED_ITEM or NULL |
|
|
|
* @return int - the clearance in 1/10000 inches. |
|
|
|
* @return int - the clearance in internal units. |
|
|
|
*/ |
|
|
|
virtual int GetClearance( BOARD_CONNECTED_ITEM* aItem = NULL ) const; |
|
|
|
|
|
|
|
|