|
发表于 2004-4-23 14:14:00
|
显示全部楼层
RetVal = object.AddHatch(PatternType, PatternName, Associativity [, HatchObjectType])
After the Hatch object has been created using the method, add the outer loop using . The outer loop must be closed and must be created before any inner loops can be added.
After the Hatch object has been created using the method, add the outer loop. The outer loop must be closed and must be created before any inner loops can be added. After a valid outer loop has been created, add any inner loops, one at a time, using the method.
Once you have finished defining the boundaries for the hatch, use the method to calculate the hatch lines or fill for the boundaries, then use the method to update the display of the hatch. |
|