Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. X
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
Solved! Go to Solution.
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.
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.