Unless I'm missing something, there is no "quick" way to visit datum points in model in Pro/TOOLKIT. coordinate systems, axes, surfaces, comp displays, explode states, surface finishes, mechanisms, and almost every other model type can be "visited" using a ProSolid<XXXX>Visit function, however one does not exist explicitly for points?
Please create a ProSolidPointVisit() function to fill in this capability.
Note: it IS currently possible to find points in a model using ProSolidFeatureVisit, and then filtering if the feature contains a point ProGeomitem, but that seems inefficient compared to the other functions.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.