db_get_arc_segment_attribute()

Returns an arc_segment attribute, given a handle to the arc_segment and an attribute key.

Syntax:

db_get_arc_segment_attribute(arcsegHandle, arcsegAttribute);

where

arcsegHandle is the handle to a arc segment.

arcsegAttribute is the arc segment attribute, where:

  • ARC_START_POINT = Handle to a coordinate holding x, y starting point of the arc
  • ARC_CENTER_POINT = Handle to a coordinate holding x, y center point of arc
  • ARC_ANGLE = The ending angle (*1000) in degrees of the arc
  • ARC_NUM_POINTS = The number of points used to approximate the arc when converted to a polygon

Example:
decl id;
decl arcsegH, arcseg_ID;
id = db_get_arc_segment_attribute(arcsegH, arcseg_ID);
Where Used:

Schematic, Layout

 

Privacy Statement  | Terms of Use  | Legal | Contact Us  | © Agilent 2000-2008 

Contents
Additional Resources