hi to all,
i m new in journaling and i have no idea how to achive the following...
i need a journal to first auto create a bounding body around a part and second to
pick two points (front upper corner point, back lower corner point).
i need to capture the coordinates of these two points in respect of the current CSYS (selected by me). Also i need to export those coordinate values as Xmax,Ymax,Zmax for the upper corner point and Xmin,Ymin,Zmin for the lower corner point.
By those coordinates i can calculate the
X_dimension = Xmax + (-Xmin), the
Y_dimension = Ymax + (-Ymin), the
Z_dimension = Zmax + (-Zmin).
Finally i need to save these values (Xmax, Xmin, Ymax, Ymin, Zmax, Zmin, Xdimension, Ydimension, Zdimension) as Expressions or Attributes to the part.
i need another one journal to do the same but without the bounding body creation.
i pick the bounding body and the current CSYS and save the same values as Expressions or Attributes to the part.
Is it possible as project??
Will someone help me to make it??
Thanks in advance.