begin#

data_partbuild.begin() int#

Delineates commands issued while using the Data Part Builder dialogs.

These commands exist for memory management reasons. While doing part building it is often necessary to have information in memory that will only be used during the part building process. Thus, the begin indicates the need for this memory, and the end indicates that such memory could be freed for other purposes. All data formats that use the Data Part Builder method use this command (n3s, estet, mpgs4, plot3d, userd, ensight formats, etc).
Args:
p0:

‘commands’ valid command language for part building (can be one or many)

Returns:

zero on success, non-zero on error