Category View manager, Object ProXsec

Function ProXsecMdlnameAlloc


Description
Allocates ProXsecMdlname handle.
Synopsis
#include <ProXsec.h>
ProErrorProXsecMdlnameAlloc(
ProSolid solid_owner
/* (In)
Owner of the Cross-section
*/
ProMdlName xsec_name
/* (In)
The name to set in the Cross-section. Maximum name size should be PRO_MDLNAME_SIZE.
*/
ProXsecMdlname* r_xsec
/* (Out)
Cross-section handle
*/
)
Returns
PRO_TK_NO_ERRORData successfully retrieved.
PRO_TK_BAD_INPUTSInvalid xsec.
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

Sample Code References:

  1. pt_userguide ( UgXsecList.c )