Version: |
1.2 |
Description: |
Evaluates the boundary for hatch/fill definition. |
Declaration: |
|
C/C++ |
extern "C" void WINAPI VCSortCurrentHatchFillEntity(short* iError); |
Delphi |
procedure VCSortCurrentHatchFillEntity(var iError: Smallint); stdcall; |
ActiveX/COM |
Sub SortCurrentHatchFillEntity() |
Parameters: |
No additional parameters are used with this subroutine. |
Notes: |
VCAddFillEntity and VCAddHatchEntity allow hatch and fill boundaries to be specified by any other entity types available in Visual CADD™. A hatch or fill entity is created by adding a reference to the entity type, building the boundary from other entity types and the sorting the boundary to finish the hatch or fill entity. VCSortCurrentHatchFillEntity forces Visual CADD™ to evaluate the input boundary entities for hatching or filling. The input entities must form a closed boundary. |
See Also: |
VCAddFillEntity, VCAddHatchEntity, VCHatchSelected, VCFillSelected |