Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. 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.
