FeatureLineExtendWithFixedLine Method

Overload List
 NameDescription
Public methodCode exampleExtendWithFixedLine(Boolean, Point3d) Extends the feature line with a straight line segment to the specified target point. This method adds a new fixed linear segment to either the beginning or end of the feature line, connecting the current start/end point to the specified target point. The extension creates a fixed line segment that becomes part of the feature line's geometry. This is useful for extending feature lines to specific coordinates or connecting to other objects.
Public methodCode exampleExtendWithFixedLine(Boolean, Double) Extends the feature line with a straight line segment of specified length. This method adds a new fixed linear segment to either the beginning or end of the feature line, extending in the current direction by the specified distance. The extension direction is determined by the tangent direction at the start or end point. For smoothed feature lines, the extension follows the smoothed curve's tangent direction.
Top
See Also