Category View manager, Object ProXsec

Function ProXsecMdlnameNameSet


Description
Sets the name of the Cross-section. Xsec name should be restricetd to PRO_NAME_SIZE.
Synopsis
#include <ProXsec.h>
ProErrorProXsecMdlnameNameSet(
ProXsecMdlname xsec
/* (In)
Cross-section handle
*/
ProMdlName xsec_name
/* (In)
The name to set in the Cross-section. Maximum name size should be PRO_NAME_SIZE.
*/
)
Returns
PRO_TK_NO_ERRORData successfully set.
PRO_TK_BAD_INPUTSInvalid xsec or
PRO_TK_LINE_TOO_LONGxsec_name longer then PRO_NAME_SIZE.

Manual References:

  1. Core: Cross Sections: Extracting Cross-Sectional Geometry
  2. Core: Cross Sections: Extracting Cross-Sectional Geometry
  3. Migrating to the Multibody Environment: Overview