This document is archived and information here might be outdated. Recommended version. |
Defines this geometry to be the union of the inputs, with the option for non-planary result.
[Visual Basic .NET] Public Sub ConstructUnionEx ( _ ByVal pEnum As IEnumGeometry, _ ByVal bNonPlanar As Boolean _ )
[C#] public void ConstructUnionEx ( IEnumGeometry pEnum, bool bNonPlanar );
[C++]
HRESULT ConstructUnionEx(
IEnumGeometry* pEnum,
VARIANT_BOOL bNonPlanar
);
[C++] Parameters pEnum
pEnum is a parameter of type IEnumGeometry* bNonPlanar
bNonPlanar is a parameter of type bool