API Documentation > View manager > Object ProXsec > Function ProXsecTypeGet
Function ProXsecTypeGet
Description
Return type of the specified cross-section.
Replacement in Object TOOLKIT:
Synopsis
#include <ProXsec.h>
extern
ProXsecTypeGet
(
ProXsec* xsec
/* (In)
Cross section handle
*/
ProXsecType* p_type
/* (Out)
Cross-section type; a structure with 2 fields:
Cutting object type (plane, ply, offset or pattern)
Type of the object being cut (model, quilt, or model_and_quilts)
*/
)
Returns
Data successfully retrieved.
Invalid input parameter(s).
Sample Code References
User Guide References
Was this helpful?