[MOAB-dev] get_adjacencies of same dim
Patrick Shriwise
shriwise at wisc.edu
Mon Jan 27 16:33:30 CST 2014
On 01/27/2014 04:24 PM, Grindeanu, Iulian R. wrote:
> hello,
> are you using the last parameter / flag to the get_adjacency? By default it is intersect.
> maybe you want "union" of the input ?
>
> virtual ErrorCode get_adjacencies(const Range &from_entities,
> const int to_dimension,
> const bool create_if_missing,
> Range &adj_entities,
> const int operation_type = Interface::INTERSECT);
>
> What are you getting and you do not expect it?
> Iulian
> ________________________________________
> From: moab-dev-bounces at mcs.anl.gov [moab-dev-bounces at mcs.anl.gov] on behalf of Patrick Shriwise [shriwise at wisc.edu]
> Sent: Monday, January 27, 2014 4:08 PM
> To: moab-dev at mcs.anl.gov
> Subject: [MOAB-dev] get_adjacencies of same dim
>
> Hey all,
>
> Quick question. Working on a couple tests for ReadCGM and calling for
> the adjacencies of an entity which are the same dimension of the entity
> itself but I'm not getting the result I'm expecting. Any this special to
> know in this case?
>
> Cheers,
>
> --
> Patrick C. Shriwise
> Research Assistant
> University of Wisconsin - Madison
> Engineering Research Building - Rm. 428
> 1500 Engineering Drive
> Madison, WI 53706
> (608) 446-8173
>
I'm calling for the adjacencies of a triangle which I would expect to
return a vector of entity handles of size 3, but it seems to be
returning a vector of size 1.
To be specific I'm using:
virtual ErrorCode get_adjacencies(const Range &from_entities,
const int to_dimension,
const bool create_if_missing,
std::vector<EntityHandle> &adj_entities,
const int operation_type = Interface::INTERSECT);
and here's my call: get_adjacencies( tri, 1, 2, false, adj_tris);
--
Patrick C. Shriwise
Research Assistant
University of Wisconsin - Madison
Engineering Research Building - Rm. 428
1500 Engineering Drive
Madison, WI 53706
(608) 446-8173
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/moab-dev/attachments/20140127/9c2226ba/attachment.html>
More information about the moab-dev
mailing list