Navigation: Scripting Reference Manual > Functions & Subroutines > InitEntityArray

 

InitEntityArray

 

Contact Us: fredsupport@photonengr.com

 

Description

Initializes a T_ENTITYARRAY structure with default values.

 

Syntax

InitEntityArray ent

 

Parameters

ent As T_ENTITYARRAY

The T_ENTITYARRAY structure to be initialized.

 

Remarks

InitEntityArray initializes a T_ENTITYARRAY structure. If there is a problem the subroutine returns without setting an error or initializing ea. The initialized parameter values will be the same as the initial values you will see in the entity array definition dialog.

 

Data Type

Default

aXcellSpacing

1

aYcellSpacing

0

aZcellSpacing

0

bXcellSpacing

0

bYcellSpacing

1

bZcellSpacing

0

aMinIndex

0

aMaxIndex

0

bMinIndex

0

bMaxIndex

0

aNthCellOutline

1

bNthCellOutline

1

aNthCellCenter

1

bNthCellCenter

1

aNthRowColOutline

1

bNthRowColOutline

1

aNthCellContents

1

bNthCellContents

1

arrayOutlineR

255

arrayOutlineG

255

arrayOutlineB

255

cellOutlineR

255

cellOutlineG

255

cellOutlineB

255

cellCenterR

255

cellCenterG

255

cellCenterB

255

rowColOutlineR

255

rowColOutlineG

255

rowColOutlineB

255

drawArrayOutline

True

drawCellOutlines

False

drawCellCenters

False

drawRowColOutlines

False

drawCellContents

False

 

 

See Also

DeleteEntityArray

GetEntityArray

IsEntityArray

SetEntityArray

T_ENTITYARRAY

Entity Array Dialog

 

Examples

 

Entity Info Functions

 

 

 

 

 

Copyright © Photon Engineering, LLC