VS:IsPolyClosed/ja: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
m (1 revision)
m (1 revision)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{LocationMain|category=LocationVS/ja|specific=}}
{{LocationMain|category=LocationVS/ja|specific=}}
__TOC__
__TOC__
<vwDoc>
<vwDoc>
Line 6: Line 5:
-----------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------
<desc>
<desc>
Returns true if the specified polyline or polygon is a closed shape, and false otherwise.</desc>
曲線や多角形が閉じていればTRUE、そうでなければFALSEを返します。</desc>


-----------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------
Line 41: Line 40:
-----------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------
<version>
<version>
利用可能バージョン: VectorWorks_Unknow.n._
Availability: from Vectorworks 2014


</version>
</version>

Latest revision as of 02:53, 16 January 2014

.VectorScript|VectorScript ..VS:Function Reference|Function Reference ..VS:Function_Reference_Appendix|Appendix

Description

曲線や多角形が閉じていればTRUE、そうでなければFALSEを返します。

FUNCTION IsPolyClosed(
polyHandle :HANDLE) : BOOLEAN;
def vs.IsPolyClosed(polyHandle):
    return BOOLEAN

Parameters

polyHandle HANDLE

Version

Availability: from Vectorworks 2014