- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am trying to use an Elevation Target Parameter in the SAC in an equation.
For example using the "Delta X and Delta Y" point geometry type, set from the origin.
Originally I tried:
Delta Y: IF(Invert_Elevation.IsValid, Invert_Elevation.Elevation,0) In C3D this places the assembly ~2X higher than it should be
I then tried:
Delta Y: IF(Invert_Elevation.IsValid, Baseline.Elevation-Math.ABS(Invert_Elevation.Eleva
tion),0) This places the assembly closer in C3D, but seems to follow the profile elevation instead of the feature line elevation
If I use other Point Geometry Types that have elevation target overrides I can get the elevations to work correctly in C3D, but I cannot do all of what I want to do by using this method.
Any suggestions?
Solved! Go to Solution.
