AlignmentEntityCollectionAddFloatingCurve Method

Overload List
 NameDescription
Public methodAddFloatingCurve(Int32, Point3d) Creates an AlignmentArc entity defined by a previous entity, and a pass-through point.
Public methodAddFloatingCurve(Point3d, Int32) Creates an AlignmentArc entity defined by a next entity, and a pass-through point.
Public methodAddFloatingCurve(Int32, Point3d, Vector3d) Creates an AlignmentArc entity defined by a previous entity, a pass-through point, and the direction at the pass-through point.
Public methodAddFloatingCurve(Point3d, Vector3d, Int32) Creates an AlignmentArc entity defined by a next entity, a pass-through point, and the direction at the pass-through point.
Public methodAddFloatingCurve(Double, Double, CurveParamType, Boolean, Int32) Creates an AlignmentArc entity defined by a next entity, radius, a constraint type and value.
Public methodAddFloatingCurve(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.
Public methodAddFloatingCurve(Int32, Double, Double, CurveParamType, Boolean) Creates an AlignmentArc entity defined by a previous entity, radius, a constraint type and value.
Public methodAddFloatingCurve(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.
Top
See Also