sticksandtriangles
Structural
- Apr 7, 2015
- 476
So, as I dig more and more into this API stuff, the more I realize that I either have bugged version of something or that the API is buggy in general.
My latest issue is with selecting a specific frame object:
Very simple code, the code returns that the function is successful in running, but the frame object is not selected on screen.
This is odd because the other selection functions like that for a point object work as advertised.
After contacting CSI regarding this, they do not seem to be too interested in helping me with these issues unless we subscribe to their "developer network" package.
A few questions
[ul]
[li]Have any other people experienced this buggy API or is it just me?[/li]
[li]Has your company subscribed to the developer network package? Is the support better?[/li]
[/ul]
S&T
My latest issue is with selecting a specific frame object:
Python:
SapModel.FrameObj.SetSelected('20', True)
Very simple code, the code returns that the function is successful in running, but the frame object is not selected on screen.
This is odd because the other selection functions like that for a point object work as advertised.
Code:
SapModel.PointObj.SetSelected("40", True)
After contacting CSI regarding this, they do not seem to be too interested in helping me with these issues unless we subscribe to their "developer network" package.
A few questions
[ul]
[li]Have any other people experienced this buggy API or is it just me?[/li]
[li]Has your company subscribed to the developer network package? Is the support better?[/li]
[/ul]
S&T