public OccNbGap PlaceGap( BaseNbControlPoint anchorPoint, BaseNbControlPoint gripPoint, LengthProperty gapLength )
Parameters
- anchorPoint
- Anchor point.
- gripPoint
- Grip point.
- gapLength
- The length by which the segment between anchor and grip point will be shrunk. For example, if we have two control points CP1 and CP2 on a segment such that the distance between them is 100 cm, then if we call this method on CP1 and CP2 with gapLength = 10 cm, the resulting distance between CP1 and CP2 will be 90 cm.
Return Value
Created gap occurrence.