Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 580 Bytes

File metadata and controls

25 lines (18 loc) · 580 Bytes

EndVectorFill

Description

Procedure EndVectorFill ends the vector fill creation process. This procedure call must follow the BeginVectorFillN call and a variable number of AddVectorFillLayer calls.

PROCEDURE EndVectorFill;
def vs.EndVectorFill():
    return None

Remarks

Follows BeginVectorFill and a variable number AddVectorFillLayer calls.

Examples

AddHatchToResource

Version

Availability: from MiniCAD7.0.1

Category