VS:DTM6 RiseToSurface/ja: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
m (1 revision)
m (1 revision: 2014J VS Reference D)
 
(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>
Modifies the passed object so it lies on the surface of the desired DTM.</desc>
与えられたオブジェクトがDTMの表面に配置されるように加工します。</desc>


-----------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------
Line 56: Line 55:
-----------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------
<version>
<version>
利用可能バージョン: Vectorworks 2013
Availability: from Vectorworks 2014


</version>
</version>

Latest revision as of 02:03, 16 January 2014

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

Description

与えられたオブジェクトがDTMの表面に配置されるように加工します。

FUNCTION DTM6_RiseToSurface(
hDTMObject :HANDLE;
hObject :HANDLE;
TINType :INTEGER;
sendType :INTEGER) : BOOLEAN;
def vs.DTM6_RiseToSurface(hDTMObject, hObject, TINType, sendType):
    return BOOLEAN

Parameters

hDTMObject HANDLE
hObject HANDLE
TINType INTEGER
sendType INTEGER

Version

Availability: from Vectorworks 2014