[cgma-dev] r4571 - cgm/trunk/itaps
jvporter at wisc.edu
jvporter at wisc.edu
Thu Mar 10 14:27:27 CST 2011
Author: jvporter
Date: 2011-03-10 14:27:27 -0600 (Thu, 10 Mar 2011)
New Revision: 4571
Modified:
cgm/trunk/itaps/iGeom_CGMA.cc
Log:
Add missing tag function
Modified: cgm/trunk/itaps/iGeom_CGMA.cc
===================================================================
--- cgm/trunk/itaps/iGeom_CGMA.cc 2011-03-10 20:27:01 UTC (rev 4570)
+++ cgm/trunk/itaps/iGeom_CGMA.cc 2011-03-10 20:27:27 UTC (rev 4571)
@@ -1587,6 +1587,21 @@
err);
}
+void
+iGeom_setESHArrData (iGeom_Instance instance,
+ const iBase_EntityHandle *entity_handles,
+ int entity_handles_size,
+ iBase_TagHandle tag_handle,
+ iBase_EntitySetHandle const *tag_values,
+ int tag_values_size,
+ int* err)
+{
+ iGeom_setArrData(instance, entity_handles,
+ entity_handles_size, tag_handle,
+ tag_values, sizeof(iBase_EntitySetHandle)*tag_values_size,
+ err);
+}
+
/**
* Allows the user to retrieve an array of tag values associated with
* a tag handle from an input array of gentity handles
More information about the cgma-dev
mailing list