Intersects the region with the specified region.
Namespace: SphericalAssembly: SphericalLib (in SphericalLib.dll) Version: 1.0.5951.32246 (1.0.0.0)
Syntax
Visual C++ |
---|
public:
Region^ SmartIntersect(
Region^ region,
bool unify
) |
F# |
---|
member SmartIntersect :
region:Region *
unify:bool -> Region
|
Parameters
- region
- Type: Spherical..::..Region
The fully simplified region to intersect.
- unify
- Type: System..::..Boolean
The flag determines whether to stich convexes of resulting region, if possible.
Return Value
The region of intersection fully simplified.
See Also