vfoSfInitialize
vfoSfInitialize(
(pcell vfoSfPCellClass)
)
=> t / nil
Description
This is the initialization function that is called during space-filling Pcell evaluation. This function initializes the slots and populates other required information for Pcell drawing (vfoSfDraw).
Arguments
Value Returned
Example
vfoSfInitialize(obj)
=> t
Return to top