| Description |
| Returns parameters of offset X-section |
| Replacement in Object TOOLKIT: | wfcWXSection::GetOffsetXSectionData |
| Synopsis |
| #include <ProXsec.h> |
| ProError | 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(). |
| */ |
| ProPlanedata* plane | |
| /*
(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 |
|
|