Split¶
The Split operation splits sketch curve into multiple segments.
The curve should have points lying on it.
Open curves (line or arc) require one or more points to split with; closed curves (circle) require two or more points.
To create a Split in the active Sketch:
select in the Main Menu Sketch - > Split item or
click
Split button in Sketch toolbar:
Property panel:
Split¶
Input fields:
Segment is used to select a segment to be split off in the view.
The selected segment is highlighted in the view:
The segment to split off¶
TUI Command:
-
Sketch_1.addSplit(Feature, PositionPoint)¶ - Parameters
object – Line, arc or circle.
object – Position point (a point on the segment to split off or closest to it).
- Returns
Result object.
Result¶
Created Split appears in the view.
Created split¶
See Also a sample TUI Script of Create Split operation.