Skip to main content
12-Amethyst
January 15, 2024
Solved

Datum point in a sketch, and hole table

  • January 15, 2024
  • 1 reply
  • 1086 views

Hi all,

 

I ask the community before PTC...

We use CREO 7.0.2.0.


We use datum point in a sketch, to figure location of several concrete mass.
We put an hole table, edit the point tag according the CS21713 tips

 

But in the drawing, we would like to show them using a leader note for making a visual link between the hole table and the view.

How can we retrieve the point name in the leader note?
I try the &Name but it doesn't work.

Second question:
In the table hole, can we use relation, like in repeat region?

We would like to use a relation in order to simplify the name of each point.
For example:
Point name : 001_SE08_114
Point name simplified : SE08

 

Regards

Best answer by MartinHanak

Hi,

in https://www.ptc.com/en/support/article/CS133915 document you will find system parameters applicable in drawing. Unfortunately parameter representing feature name does not exist. You can create leader note containing &mypar:att_feat string if you add parameter mypar to specific feature.

1 reply

24-Ruby III
January 15, 2024

Hi,

in https://www.ptc.com/en/support/article/CS133915 document you will find system parameters applicable in drawing. Unfortunately parameter representing feature name does not exist. You can create leader note containing &mypar:att_feat string if you add parameter mypar to specific feature.

12-Amethyst
January 17, 2024

Thanks Martin.

It's clear.