CurtainGridLine.RemoveSegment
Description:
Remove the segment specified by the input curve.
Remove the segment specified by the input curve.
Remarks:
When a segment is removed, the neighboring two panels will be merged into one panel. This function will invoke regeneration.
When a segment is removed, the neighboring two panels will be merged into one panel. This function will invoke regeneration.
public void RemoveSegment(
Curve curve
)
-
curveThe curve used to locate the segment to be removed.
-
Segment may not have been found in location indicated by curve.