Drawings in the List

These commands only take effect when a list of elements is created.

When the library part is a special property type library part and is in some way associated to a library part (Object, Door, Window or Light)
placed on the floor plan, including the following commands in its 2D script will refer to the 2D and 3D part of that library part.
This is a virtual reference that is resolved during the listing process, using the 2D or 3D script of the currently listed element.

DRAWING2

DRAWING2 [expression]

Depending on the value of the expression, creates a drawing of the library part (expression = 0, default)
or the label of the element (expression = 1) associated with the Property Object containing this command.

DRAWING3

DRAWING3 projection_code, angle, method

DRAWING3{2}

DRAWING3{2} projection_code, angle, method [, backgroundColor,
        fillOrigoX, fillOrigoY, filldirection]

Similarly to PROJECT2, creates a projection of the 3D script of the library part associated with the property library part containing this command.
All parameters are similar to those of PROJECT2 and PROJECT2{2}.

method: New method flags in DRAWING3{2}
3: shading,
32: use current attributes instead of attributes from 3D,
64: local fill orientation.

DRAWING3{3}

DRAWING3{3} projection_code, angle, method, parts [, backgroundColor,
        fillOrigoX, fillOrigoY, filldirection][[,]
        PARAMETERS name1=value1, ..., namen=valuen]

Similarly to PROJECT2, creates a projection of the 3D script of the library part associated with the property library part containing this command.
All parameters are similar to those of PROJECT2, PROJECT2{2} and PROJECT2{3}.

method: New method flags in DRAWING3{3}
2048: 
addition modifier: modifiers 16, 32, 64, 128, 256, 512, 1024 and fill attribute parameters are effective only
for the view part of the projection. By default they are effective for all parts,
4096: 
addition modifier: modifiers 16, 32, 64, 128, 256, 512, 1024 and fill attribute parameters are effective only
for the cut part of the projection. By default they are effective for all parts,
8192: addition modifier: cut fills are slanted.
16384: addition modifier: enables transparency for transparent surfaces. Note that transparency in this case means full transparency for surfaces with transmittance greater than 50, everything else is non-transparent.