The python docs, "tSXPython.pdf", has an "AxesRotation" attribute listed for objects.
This is really "AxesOrientation"
Python Documentation error
- clintonman
- Captain
- Posts: 3718
- Joined: 21 May 2009, 21:08
- Type the number ten into the box: 0
- Location: California
- Contact:
- Cellulo
- Lieutenant Junior Grade
- Posts: 879
- Joined: 27 Sep 2012, 07:48
- Type the number ten into the box: 9
- Location: France
- Contact:
Re: Python Documentation error
Thanks Clintonman, this mean AxesRotation attribute don't exist or only AxesOrientation attribute exist ?, in the tsxPython doc it's at the page 14.
- clintonman
- Captain
- Posts: 3718
- Joined: 21 May 2009, 21:08
- Type the number ten into the box: 0
- Location: California
- Contact:
Re: Python Documentation error
Only AxesOrientation exists. AxesRotation in the doc is the wrong name.
- Cellulo
- Lieutenant Junior Grade
- Posts: 879
- Joined: 27 Sep 2012, 07:48
- Type the number ten into the box: 9
- Location: France
- Contact:
Re: Python Documentation error
Thanks, i will change that in the doc inside the legacy edition.