Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 682 Bytes

File metadata and controls

29 lines (23 loc) · 682 Bytes

GetObjectWallPerpOff

Description

Gets the perpendicular offset of an object in a wall.

FUNCTION GetObjectWallPerpOff(
				objectHandle            : HANDLE;
				wallHandle              : HANDLE;
				VAR perpendicularOffset : REAL): BOOLEAN;
def vs.GetObjectWallPerpOff(objectHandle, wallHandle):
    return (BOOLEAN, perpendicularOffset)

Parameters

Name Type Description
objectHandle HANDLE The object in the wall.
wallHandle HANDLE The wall.
perpendicularOffset REAL Returns the perpendicular offset.

Version

Availability: from Vectorworks 2023

Category