Creates an AlignmentSpiral entity defined by a previous entity, a start point, a point of intersection, an end point and a spiral curvature type.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1276
Syntax
C#
public AlignmentSpiral AddFixedSpiral( int previousEntityId, Point3d startPoint, Point3d spiralPI, Point3d endPoint, SpiralType definitionType )
VB
Public Function AddFixedSpiral ( previousEntityId As Integer, startPoint As Point3d, spiralPI As Point3d, endPoint As Point3d, definitionType As SpiralType ) As AlignmentSpiral
C++
public: AlignmentSpiral^ AddFixedSpiral( int previousEntityId, Point3d startPoint, Point3d spiralPI, Point3d endPoint, SpiralType definitionType )
Parameters
- previousEntityId Int32
- Previous entity identifier.
- startPoint Point3d
- Start point of the spriral entity.
- spiralPI Point3d
- Point of intersection for the spiral entity.
- endPoint Point3d
- End point of the spriral entity.
- definitionType SpiralType
- Specifies the spiral definition type.