JimWhite72,
My advise is never compare others CAD programs to UG/NX, because this is not program that you have icon with one function and that is all. Sometimes you have to connect some different function to find goal.
Hudson,
I don't know how it works with NX5 (new hole feature) but for pre NX2;
I wrote associative, it means in this context that coordinates are associative. If you add holes you will have to add points.
1) Assign names for points (use add index, assign Name eg."Point-" and mark add index, select all points)
2) Open spreadsheet in modeling
3) Select cell B1 and higlight C1 & D1
4) Enter =Point(A1)
5) Ctrl + Shift + Enter
6) Populate all cells
7) Now you can do everything with this
Column A contain names of points eg. Point-1, Point-2
If you use NX4,NX3... than you can add associative point after Hole feature or create points in sketch. I think that in NX5 you can do it faster and easier, but it is only my theory.
Text extracted from documentation
POINT( "object_name" )
Returns the "defining" xyz position for object in the current cell and the next two columns. For circles, arcs, and elliptical conics, the center of the circle is returned. For planes and coordinate systems, the object origin is returned.
.....
.....
The function recognizes the following types of Unigraphics NX objects:
RM_point_type
RM_gfem_node_type
RM_mdm_analysis_pt_type
RM_conic_type
RM_circle_type
RM_coordinate_system_type
RM_plane_type
Regards
Pawel Siwak