SpatialFilterClipVolumeIntersectsExtents
Method
|
Checks whether the specified extents intersect
the clip boundary of the Spatial Filter object.
Namespace: Teigha.DatabaseServices.Filters
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public bool ClipVolumeIntersectsExtents(
Extents3d ext
)
Public Function ClipVolumeIntersectsExtents (
ext As Extents3d
) As Boolean
public:
bool ClipVolumeIntersectsExtents(
Extents3d ext
)
member ClipVolumeIntersectsExtents :
ext : Extents3d -> bool
Parameters
- ext Extents3d
- [in] 3D extents to test.
Return Value
Boolean
True if the specified extents intersect the clip boundary of the
Spatial Filter object; otherwise the method returns false.
See Also