| Name | Description |
---|
 | AddFloatingCurve(Int32, Point3d) |
Creates an AlignmentArc entity defined by a previous entity, and a pass-through point.
|
 | AddFloatingCurve(Point3d, Int32) |
Creates an AlignmentArc entity defined by a next entity, and a pass-through point.
|
 | AddFloatingCurve(Int32, Point3d, Vector3d) |
Creates an AlignmentArc entity defined by a previous entity, a pass-through point, and the direction at the pass-through point.
|
 | AddFloatingCurve(Point3d, Vector3d, Int32) |
Creates an AlignmentArc entity defined by a next entity, a pass-through point, and the direction at the pass-through point.
|
 | AddFloatingCurve(Double, Double, CurveParamType, Boolean, Int32) |
Creates an AlignmentArc entity defined by a next entity, radius, a constraint type and value.
|
 | AddFloatingCurve(Int32, Point3d, Double, Boolean, CurveType) |
Creates an AlignmentArc entity defined by a previous entity, a pass-through point, a radius, a boolean value indicating whether or not the curve encompasses more than 180 degrees of a circle, and the curve type.
|
 | AddFloatingCurve(Int32, Double, Double, CurveParamType, Boolean) |
Creates an AlignmentArc entity defined by a previous entity, radius, a constraint type and value.
|
 | AddFloatingCurve(Point3d, Double, Boolean, CurveType, Int32) |
Creates an AlignmentArc entity defined by a next entity, a pass-through point, a radius, a boolean value indicating whether or not the curve encompasses more than 180 degrees of a circle, and the curve type.
|