cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. X

Translate the entire conversation x

Get Dimension from Gtol

Aravind_98
6-Contributor

Get Dimension from Gtol

Hi Guys

 

I hope you all going good

 

I'm trying to get the dimension from the Gtol, we have one API called "ProGtoldataPlacementGet" from this API we can get the actual Dimension of the gtol but this API is already deprecated. I'm using Creo 10, does any one knows the alternate solution please help to resolve the issue.

 

 

Thanks 

ACCEPTED SOLUTION

Accepted Solutions
FabianWolf
14-Alexandrite
(To:Aravind_98)

Hi,

you can try this:

 

1. ProGtolAttachGet()

2. ProGtolAttachOnAnnotationGet() -> this outputs a ProAnnotation

3. Cast the ProAnnotation into a ProDimension

 

Since Creo 10.0.2.0 there's also the function ProGtolMakeDimensionGet that should conveniently output what you're looking for.

 

Hope that helps.

 

View solution in original post

2 REPLIES 2
FabianWolf
14-Alexandrite
(To:Aravind_98)

Hi,

you can try this:

 

1. ProGtolAttachGet()

2. ProGtolAttachOnAnnotationGet() -> this outputs a ProAnnotation

3. Cast the ProAnnotation into a ProDimension

 

Since Creo 10.0.2.0 there's also the function ProGtolMakeDimensionGet that should conveniently output what you're looking for.

 

Hope that helps.

 

Aravind_98
6-Contributor
(To:FabianWolf)

HI @FabianWolf 

 

Thank you so much for your help. 

 

regards

Aravind

Announcements

Top Tags