VS:BeginVectorFill

From Vectorworks Developer
Revision as of 09:34, 3 February 2023 by KLalkovski (talk | contribs) (1 revision)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

.VectorScript|VectorScript ..VS:Function Reference|Function Reference ..VS:Function_Reference_Appendix|Appendix

Description

Obsolete procedure.

PROCEDURE BeginVectorFill(
vectorFillName :STRING;
pageSpace :BOOLEAN;
rotateInWall :BOOLEAN;
colorIndex :INTEGER);
def vs.BeginVectorFill(vectorFillName, pageSpace, rotateInWall, colorIndex):
    return None

Parameters

vectorFillName STRING The name of the new vector fill.
pageSpace BOOLEAN Flag specifying page space or world space option.
rotateInWall BOOLEAN Flag specifying whether fill shuld be rotated in wall.
colorIndex INTEGER Color index value.

Remarks

Deleted this obsolete function as of 9.0.0b7 - PCP 12-21-2000


Begins a hatch definition.

Version

BeginVectorFill is obsolete as of VectorWorks8.0


Availability: from MiniCAD7.0.1

See Also

VS Functions:

VS:BeginVectorFillN | VS:AddVectorFillLayer | VS:EndVectorFill

VS Functions:

[[VS:BeginVectorFillN]] | [[VS:AddVectorFillLayer]]

| [[VS:EndVectorFill]]