FeatureLineExtendWithFixedCurve Method

Overload List
 NameDescription
Public methodCode exampleExtendWithFixedCurve(Boolean, Point3d) Extends the feature line with a curved arc segment to the specified target point. This method adds a new fixed arc segment to either the beginning or end of the feature line, creating a smooth curve from the current start/end point to the specified target point. The arc is automatically calculated based on the current tangent direction and target point. The method determines the optimal arc geometry to create a smooth transition.
Public methodCode exampleExtendWithFixedCurve(Boolean, Point3d, Point3d) Extends the feature line with a curved arc segment defined by three points. This method adds a new fixed arc segment to either the beginning or end of the feature line, creating a smooth curve that passes through the specified second point and ends at the target point. The arc is calculated using the three-point arc definition method, providing precise control over the arc's curvature and direction. This is useful when you need to create arcs with specific geometric constraints.
Top
See Also