Object ProX

Function ProXSectionLaminateCreate


Description
Creates a cross section through a datum plane and makes it visible.
Synopsis
#include <ProXsec.h>
ProErrorProXSectionLaminateCreate(
ProSolid solid_owner
/* (In)
Solid in which the xsec is to be created.
*/
ProMdlName xsec_name
/* (In)
Name of the cross section. Name size should be PRO_NAME_SIZE.
*/
ProSelection cutting_plane
/* (In)
Selection of cutting plane. Cutting plane should belong to solid_owner.
*/
int flip
/* (In)
xsec flip with respect to cutting plane positive normal.
*/
ProXsecMdlname* r_xsec
/* (Out)
Handle to created cross section
*/
)
Returns
PRO_TK_NO_ERRORCross section successfully created.
PRO_TK_BAD_INPUTSInvalid input parameter(s).
PRO_TK_BAD_CONTEXTsolid owner is not a composite design model or composite session is not active.
PRO_TK_GENERAL_ERRORFailed to create cross section.
PRO_TK_LINE_TOO_LONGxsec_name is longer than PRO_MDLNAME_SIZE.
See Also
ProXSecGeometryCollect

Manual References:

  1. Composite Design: Laminate Cross Section
  2. Composite Design: Laminate Cross Section