Message 1 of 11
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello everyone,
I'm working with C3D API to create and modify Civil objects by C# and I want to create Alignment with some curve, spiral.
I want to use this method:
public AlignmentSpiral AddFixedSpiral( int previousEntityId, Point3d startPoint, Point3d spiralPI, Point3d endPoint, SpiralType definitionType )
to create alignment spiral.
But I can not find the Spiral PI.
How can I calculate the PI of spiral when I have start point, end point, length and radius of this spiral?
Please help me.
Thank you.
Solved! Go to Solution.