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
ptMin  (2d/3d point)  the lower-left corner for the alignment view entity (in current UCS)
ptMax  (2d/3d point)  the upper-right corner for the alignment view entity (in current UCS)

Return

(ename)  returns the Vertical AlignmentView entity, or NIL

Example

(setq avEnt (tinav:createVAlignmentView (handent "7A") '(446780 112733) '(447226 113092)))
<Entity name: 492fb560>

Remarks

the Z coordinate of ptMin and ptMax (if provided) is ignored;
see (tinav:isverticalalignment) and (tinav:ishorizontalalignment) functions



©  Bricsys NV. All rights reserved.