VS:Wall

From Vectorworks Developer
Jump to navigation Jump to search

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

Description

Procedure Wall creates a wall object in a VectorWorks document. The wall will adopt the current default settings for walls when created.

PROCEDURE Wall(
p1X,p1Y :REAL;
p2X,p2Y :REAL);
def vs.Wall(p1, p2):
    return None

Parameters

p1 REAL Start point of wall.
p2 REAL End point of wall.

Remarks

[sd 8/18/98]

Version

Availability: from MiniCAD4.0

See Also

VS Functions:

VS:RoundWall

VS Functions: [[VS:RoundWall]]