
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 */ ) |

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. |


