Documentazione API > View manager > Object ProXsec > Function ProXsecPlanarCreate
Function ProXsecPlanarCreate
DEPRECATED:
Since Creo 3
Description
Create a cross section through a datum plane.
NOTE: This function is deprecated. Please use ProXsecPlanarWithoptionsCreate instead.
Synopsis
#include <ProXsec.h>
ProXsecPlanarCreate
(
ProSolid solid_owner
/* (In)
Solid in which the xsec is to be created.
*/
ProName xsec_name
/* (In)
Name of the cross section.
*/
int plane_id
/* (In)
ID of the plane through which the cross section is created. This plane must belong to the solid_owner.
*/
/* (In)
Type of object being cut by the xsec.
*/
int quilt_id
/* (In)
ID of the quilt being cut if Xsec_type is quilt; -1 in all other cases. The quilt must belong to the solid_owner.
*/
ProXsec* xsec
/* (Out)
Handle to created cross section
*/
)
Returns
Cross section successfully created.
Invalid input parameter(s).
Failed to create cross section.
È stato utile?