VS:HCenter

From Vectorworks Developer
Revision as of 14:34, 12 August 2013 by Root (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

Procedure HCenter returns the logical center point of the object specified in h. For most objects, this is the center of the bounding box. For circles, arcs, and round walls HCenter returns the arc center of the object.

PROCEDURE HCenter(
h :HANDLE;
VAR pX,pY :REAL);
def vs.HCenter(h):
    return p

Parameters

h HANDLE Handle to object.
p REAL X-Y location of object center.

Version

Availability: from All Versions