Function ProXsecOffsetCreate
DEPRECATED:
Since Creo 7
Description
Creates an offset cross section with polyline lying on the plane given by local sys.
NOTE: This function is deprecated. Please use ProXSectionOffsetCreate instead.
Synopsis
#include <ProXsec.h>
ProXsecOffsetCreate
(
ProSolid solid_owner
/* (In)
Solid in which the xsec is to be created.
*/
ProName xsec_name
/* (In)
Name of the cross section.
*/
double trf[4][3]
/* (In)
Local sys of the plane containing cross section polyline.
*/
Pro2dLinedef* ent_arr
/* (In)
ProArray of Pro2dLinedef structures for polyline.
*/
/* (In)
PRO_XSEC_OFFSET_SIDE_1/2 - we remove material only from positive/negative normal of polyline plane;
*/
int flip
/* (In)
FALSE - we keep material from the right of the oriented polyline, if we look from the positive normal to polyline plane and if side = PRO_XSEC_OFFSET_SIDE_1/2, only from the positive/negative normal to this plane;
*/
/* (In)
PRO_XSEC_MODEL_EXCLUDE - exclude assembly components with paths in comp_id_tabs from cutting by cross section;
*/
ProAsmpath* comp_id_tabs
/* (In)
ProArray of ProAsmpath for excluded/included components.
*/
ProXsec* xsec
/* (Out)
Handle to created cross section
*/
)
Returns
Cross section successfully created.
Model is in read-only state.
Invalid input parameter(s).
Failed to create cross section.
User Guide References
これは役に立ちましたか?