Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 541 Bytes

File metadata and controls

27 lines (20 loc) · 541 Bytes

DelVectorFill

Description

Procedure DelVectorFill deletes the specified vector fill definition.

PROCEDURE DelVectorFill(vectorFillName : STRING);
def vs.DelVectorFill(vectorFillName):
    return None

Parameters

Name Type Description
vectorFillName STRING Name of vector fill.

Remarks

Deletes the hatch definition that has the name 'vectorFillName'

Version

Availability: from MiniCAD7.0.1

Category