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| Name | Type | Description |
|---|---|---|
| p1 | REAL | Start point of wall. |
| p2 | REAL | End point of wall. |
[sd 8/18/98]
VS Functions: RoundWall
Availability: from MiniCAD4.0