Function ProOffsetXsecGet
DEPRECATED:
Since Creo 9
SUPERSEDED BY:
Description
Returns parameters of offset X-section
NOTE: This function is deprecated. Please use ProOffsetXsecInfoGet instead.
Replacement in Object TOOLKIT:
Synopsis
#include <ProXsec.h>
ProOffsetXsecGet
(
ProXsec* xsec
/* (In)
Cross-section handle
*/
ProView p_view
/* (In)
View handle
*/
Pro2dLinedef** p_ent_arr
/* (Out)
ProArray of Pro2dLinedef structures for X-section entities. Free this using ProArrayFree().
*/
/* (Out)
ProPlanedata for an entity plane.
*/
ProBoolean* p_one_sided
/* (Out)
TRUE if X-section is on one side of entity plane; FALSE - both sided.
*/
ProBoolean* p_flip
/* (Out)
FALSE, we remove material from the left of the oriented entities (if we look from the positive normal to entity plane) and if one_sided = TRUE, only from one side of entity plane opposite to its normal. TRUE, we instead keep this area and remove the rest of the material.
*/
)
Returns
Data successfully retrieved.
Invalid input parameter(s).
Some of X-section entities is not a line segment.
User Guide References
¿Fue esto útil?