AlignmentEntityCollectionAddFixedCurve(Int32, Point3d, Point3d, Point3d) Method |
Creates an AlignmentArc entity defined by a start point, middle point, and end point.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic AlignmentArc AddFixedCurve(
int previousEntityId,
Point3d startPoint,
Point3d middlePoint,
Point3d endPoint
)
Public Function AddFixedCurve (
previousEntityId As Integer,
startPoint As Point3d,
middlePoint As Point3d,
endPoint As Point3d
) As AlignmentArc
public:
AlignmentArc^ AddFixedCurve(
int previousEntityId,
Point3d startPoint,
Point3d middlePoint,
Point3d endPoint
)
Parameters
- previousEntityId Int32
- Previous entity identifier.
- startPoint Point3d
- Start point of the AlignmentArc entity.
- middlePoint Point3d
- Middle point of the AlignmentArc entity.
- endPoint Point3d
- End point of the AlignmentArc entity.
Return Value
AlignmentArc
Remarks
If possible, connect to the previous entity.
See Also