AlignmentEntityCollectionAddFixedCurve(Int32, Point3d, Point3d, Double, Boolean, Boolean) Method |
Creates an AlignmentArc entity defined by an initial pass-through point, a second pass-through point, the radius, a boolean specifying whether the curve direction is clockwise and a boolean specifying whether the AlignmentArc entity is greater than 180 degrees.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic AlignmentArc AddFixedCurve(
int previousEntityId,
Point3d passThroughPoint1,
Point3d passThroughPoint2,
double radius,
bool isClockwise,
bool isGreaterThan180
)
Public Function AddFixedCurve (
previousEntityId As Integer,
passThroughPoint1 As Point3d,
passThroughPoint2 As Point3d,
radius As Double,
isClockwise As Boolean,
isGreaterThan180 As Boolean
) As AlignmentArc
public:
AlignmentArc^ AddFixedCurve(
int previousEntityId,
Point3d passThroughPoint1,
Point3d passThroughPoint2,
double radius,
bool isClockwise,
bool isGreaterThan180
)
Parameters
- previousEntityId Int32
- Previous entity identifier.
- passThroughPoint1 Point3d
- First pass-through point of the AlignmentArc entity (point #1).
- passThroughPoint2 Point3d
- Second pass-through point of the AlignmentArc entity (point #2).
- radius Double
- Radius of the AlignmentArc entity.
- isClockwise Boolean
- Specifies whether the AlignmentArc entity is created clockwise (True) or counter-clockwise (False).
- isGreaterThan180 Boolean
- Specifies whether the AlignmentArc entity is greater than 180 degrees.
Return Value
AlignmentArc
See Also