Defines a list of available queries on the geometry.
Declaration Syntax
public interface IQueries
Table 117: Members
Method | Clash(IEnumerable<IPSGeoEntity>, IEnumerable<IPSGeoEntity>) |
Detects clash between 2 sets of geometry entities. |
Method | Coincidence(IPSGeoEntity, IPSGeoEntity) |
Checks if 2 geometry entities are coincident. |
Method | Containment(IPSGeoEntity, IPSGeoEntity) |
Checks if one geometry entity contains one other. |
Method | Distance(IEnumerable<IPSGeoEntity>, IEnumerable<IPSGeoEntity>) |
Computes the distance between 2 sets of geometry entities. |