Description | ||||||||||||||
Create a cross section parallel to a given plane. | ||||||||||||||
Replacement in Object TOOLKIT: | wfcWSolid::CreateParallelXSection | |||||||||||||
Synopsis | ||||||||||||||
#include <ProXsec.h> | ||||||||||||||
ProError | ProXsecParallelCreate | ( | ||||||||||||
ProSolid solid_owner | ||||||||||||||
/* (In) | ||||||||||||||
Solid in which the xsec is to be created. Cannot be NULL. | ||||||||||||||
*/ | ||||||||||||||
ProName xsec_name | ||||||||||||||
/* (In) | ||||||||||||||
Name of the cross section. Cannot be NULL. Cannot be empty. | ||||||||||||||
*/ | ||||||||||||||
int plane_id | ||||||||||||||
/* (In) | ||||||||||||||
ID of the given plane. This plane must belong to the solid_owner. | ||||||||||||||
*/ | ||||||||||||||
double distance | ||||||||||||||
/* (In) | ||||||||||||||
Distance from the given plane to the cross section plane. | ||||||||||||||
*/ | ||||||||||||||
ProXsec* p_xsec | ||||||||||||||
/* (Out) | ||||||||||||||
Handle to created cross section. Cannot be NULL. | ||||||||||||||
*/ | ||||||||||||||
ProDimension* p_dimension | ||||||||||||||
/* (Out) | ||||||||||||||
Handle for created dimension between given plane and the cross section. | ||||||||||||||
*/ | ||||||||||||||
) | ||||||||||||||
Returns | ||||||||||||||
|