@doc hierarchy="GMLDOM">
Aspect for drawing unipolar polyshapes that hold pins on exactly one side
(c) SAP AG 2003-2006. All rights reserved.
Aspect Unipolar for GmlDrawing;
inherit Bipolar;
//////////////////////////////////////////////////////////////////////////////////////
// BASE PROPERTIES
<@prop name="geometry" access="RO" static="yes" type="Object">Gets the shape's geometry constraints
Extends the geometry constraints structure by adding the following members
Name | Description
poleStart | The minimum distance to keep between a pole start and the first pin on that pole
poleEnd | The minimum distance to keep between a pole end and the last pin on that pole
A pole is a contiguous block of pins arranged on the same side.
In a unipolar shape there is exactly one pole, either an input or an output pole.