Skip to content

Latest commit

 

History

History
42 lines (35 loc) · 993 Bytes

File metadata and controls

42 lines (35 loc) · 993 Bytes

GetObjWallInsertMode

Description

Returns the insertion mode for an object in a wall.

0 - Wall - Centerline
1 - Wall - Left Edge
2 - Wall - Right Edge
3 - Core Component - Centerline
4 - Core Component - Left Edge
5 - Core Component - Right Edge

The object (objH) must be contained in wall (wallH) to succeed.

FUNCTION GetObjWallInsertMode(
				objH           : HANDLE;
				wallH          : HANDLE;
				VAR insertMode : INTEGER): Boolean;
def vs.GetObjWallInsertMode(objH, wallH, insertMode):
    return (Boolean, insertMode)

Parameters

Name Type Description
objH HANDLE
wallH HANDLE
insertMode INTEGER

Remarks

[[User:Ptr|Ptr]] 2022.07.01: In Python the third parameter (insertMode) doesn't do anything, but it needs to be entered to avoid an error message.

Version

Availability: from Vectorworks 2017

Category