Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 653 Bytes

File metadata and controls

31 lines (25 loc) · 653 Bytes

DTM6_RiseToSurface

Description

Modifies the passed object so it lies on the surface of the desired DTM.

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

Parameters

Name Type Description
hDTMObject HANDLE
hObject HANDLE
TINType INTEGER
sendType INTEGER

Version

Availability: from Vectorworks 2014

Category