Description | |||||||||||||||||
Creates a cross section through a datum plane and makes it visible. | |||||||||||||||||
Synopsis | |||||||||||||||||
#include <ProXsec.h> | |||||||||||||||||
ProError | ProXSectionLaminateCreate | ( | |||||||||||||||
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 | |||||||||||||||||
|
|||||||||||||||||
See Also | |||||||||||||||||
ProXSecGeometryCollect |