Documentation de l'API > Miscellaneous > Object ProX > Function ProXSectionLaminateCreate
Function ProXSectionLaminateCreate
Description
Creates a cross section through a datum plane and makes it visible.
Synopsis
#include <ProXsec.h>
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.
*/
/* (Out)
Handle to created cross section
*/
)
Returns
Cross section successfully created.
Model is in read-only state.
Invalid input parameter(s).
solid owner is not a composite design model or composite session is not active.
Failed to create cross section.
xsec_name is longer than PRO_MDLNAME_SIZE.
See Also
ProXSecGeometryCollect
User Guide References
Est-ce que cela a été utile ?