Skip to content

Latest commit

 

History

History
40 lines (34 loc) · 909 Bytes

File metadata and controls

40 lines (34 loc) · 909 Bytes

GetDisplayWith2DComp

Description

Gets whether a 3D object in a symbol definition or plug-in object is shown when the specified 2D component is shown.

Table - 2D components
2D component Constant
Not Set 0
Top 1
Bottom 2
Top and Bottom Cut 3
Front 4
Back 5
Front and Back Cut 6
Left 7
Right 8
Left and Right Cut 9

FUNCTION GetDisplayWith2DComp(
				objectHandle : HANDLE;
				component    : INTEGER): BOOLEAN;
def vs.GetDisplayWith2DComp(objectHandle, component):
    return BOOLEAN

Parameters

Name Type Description
objectHandle HANDLE 3D object handle.
component INTEGER 2D component.

Version

Availability: from Vectorworks 2019

Category