Synopsis
PDX_MSGT iges_CopyStart(long option, int src_model, int dst_model)
Purpose
Copies the start section from one model to another.
Description
This function copies the start section from src_model to dst_model.
Input
option
IGES_APPEND_START
If specified, the start section on the outgoing model, dst_model, will be appended to.
src_model
IGES model from which the start section will copied from.
dst_model
IGES model from which the start section will copied to.
Return
IGES_NOERR IGES_INVALID_MODEL_SRC IGES_INVALID_MODEL_DST Low level error