VS:OffsetPolyN

From Vectorworks Developer
Revision as of 14:35, 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

?

FUNCTION OffsetPolyN(
h  : HANDLE;
offsetDistance  : REAL;
smoothCorners  : BOOLEAN) : HANDLE;
def vs.OffsetPolyN(h, offsetDistance, smoothCorners):
    return HANDLE

Parameters

h HANDLE
offsetDistance REAL
smoothCorners BOOLEAN

Remarks

(Orso: 05 Oct. 2010): This routine used in plug-in objects will cause the running plug-in instance to deselect upon any regen (tested VW13-16). See also OffsetPoly, which doesn't show this problem but on the other hand fails on metrical units whenever the offset is less than 1 unit.

Version

Availability: from All Versions

This is drop-in function.

See Also

OffsetPoly

OffsetHandle

[[VS:OffsetPoly| OffsetPoly]] [[VS:OffsetHandle| OffsetHandle]]