- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I want to add fixedSpiral to the alignment using c#.net by calling Civil3D API.
I need to enter multiple parameters. (shown in the screenshot below)
1)
2 )
3)
4)
5)
They are( 1)previousEntity,(2)spiralCurveType,(3)spiral direction(clockwise or counterclockwise),(4)spiral length, (5)spiral radius.
In the Civil3D API, 5 methods are provided. (shown in the screenshot below)
1).
2).
3).
4).
5).
According to the parameters in Civil3D, I should choose the second method in API.But the parameter "isclockwise " is missing in this method, if i ignore it, just enter previousEntityId, radius,length,spiralCurveType,spiralDefinition,
the fixed spiral generated by programming is wrong,how can I solve this problem ?
Solved! Go to Solution.