API 文件集 > Miscellaneous > Object ProX > Function ProXSectionItemDataGet
Function ProXSectionItemDataGet
Description
Returns Data from xsec item handle.
Replacement in Object TOOLKIT:
Synopsis
#include <ProXsec.h>
ProXSectionItemDataGet
(
ProXSectionItem xsec_item
/* (In)
Cross section body specific handle.
*/
/* (Out)
path to the component being cut by cross-section.
*/
ProType* r_id_type
/* (Out)
body or quilt type.
*/
int* r_id
/* (Out)
id of the body or the quilt being cut, or the exagerated ply if this is a ply section.
*/
ProGeom* r_geom
/* (Out)
Geometry created by Cross-section by cutting specific body or quilt.
*/
)
Returns
Data successfully retrieved.
Invalid input parameter(s).
See Also
Sample Code References
User Guide References
這是否有幫助?