Overload List
Name | Description | |
---|---|---|
![]() | AddFixedCurve(Int32, Point3d) |
Creates an AlignmentArc entity defined by a previous entity and a pass-through point.
|
![]() | AddFixedCurve(Point3d, Point3d, Vector3d) |
Creates an AlignmentArc entity defined by an initial pass-through point, a second pass-through point, and a direction at the second pass-through point.
|
![]() | AddFixedCurve(Point3d, Point3d, Boolean) |
Creates an AlignmentArc entity defined by a center point, a pass-through point, and a boolean value that specifies whether the direction is clockwise at the pass-through point.
|
![]() | AddFixedCurve(Point3d, Vector3d, Point3d) |
Creates an AlignmentArc entity defined by an initial pass-through point, a direction at the initial pass-through point, and a second pass-through point.
|
![]() | AddFixedCurve(Point3d, Double, Boolean) |
Creates an AlignmentArc entity defined by a center point, radius, and boolean value that specifies whether the direction is clockwise.
|
![]() | AddFixedCurve(Point3d, Point3d, Double, Boolean) |
Creates an AlignmentArc entity defined by an initial pass-through point, a second pass-through point, the radius, and a boolean specifying whether the curve direction is clockwise.
|
![]() | AddFixedCurve(Point3d, Vector3d, Double, Boolean) |
Creates an AlignmentArc entity defined by an initial pass-through point, a direction at the second pass-through point, the radius, and a boolean indicating whether the curve direction is clockwise.
|
![]() | AddFixedCurve(Int32, Point3d, Point3d, Point3d) |
Creates an AlignmentArc entity defined by a start point, middle point, and end point.
|
![]() | AddFixedCurve(Int32, Point3d, Point3d, Double, Boolean, Boolean) |
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.
|