tinav:createvalignmentview
(tinav:createvalignmentview ename ptMin
ptMax)
Creates a Vertical AlignmentView entity, using
the ename (Horizontal Alignment) entity as reference, and
ptMin as
lower-left and ptMax
as upper-right corners.
Arguments |
ename (ename or vla-object) the HorizontalAlignment entity
used as HorizontalAlignment reference |
Return |
(ename) returns the Vertical AlignmentView entity, or NIL |
Example |
(setq avEnt
(tinav:createVAlignmentView (handent "7A") '(446780 112733)
'(447226 113092))) |
Remarks |
the Z coordinate of ptMin and
ptMax (if provided) is ignored; |
© Bricsys NV. All rights reserved. |