Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 618 Bytes

File metadata and controls

34 lines (27 loc) · 618 Bytes

IFC_SetEntityColor

Description

Sets the default color for an IFC entity type

FUNCTION IFC_SetEntityColor(
				inStrIfcType : STRING;
				inRed        : INTEGER;
				inGreen      : INTEGER;
				inBlue       : INTEGER;
				inTransp     : INTEGER): BOOLEAN;
def vs.IFC_SetEntityColor(inStrIfcType, inRed, inGreen, inBlue, inTransp):
    return BOOLEAN

Parameters

Name Type Description
inStrIfcType STRING
inRed INTEGER
inGreen INTEGER
inBlue INTEGER
inTransp INTEGER

Version

Availability: from Vectorworks 2014

Category

  • IFC