Message 1 of 6
AS API positioning profile with refaxis / offset
Not applicable
12-28-2019
11:21 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi, everybody.
I am trying to put the "refaxis" off the cross-section, so I followed this topic:
But I only managed to set the axis to the corner of the profile section using the first line of the following code:
myBeam.RefAxis = Beam.eRefAxis.kLowerLeft; myBeam.Offsets.Set(10, 30);
I need an offset and it seems "myBeam.Offsets.Set(10, 30)" is not working!
Any Ideas?