SketchUtilsReplaceSegmentPoint Method

Definition

Namespace: Macad.Core.Shapes
Assembly: Macad.Core (in Macad.Core.dll) Version: 3.0.1840
C#
public static bool ReplaceSegmentPoint(
	SketchSegment segment,
	int oldPointIndex,
	int newPointIndex
)

Parameters

segment  SketchSegment
 
oldPointIndex  Int32
 
newPointIndex  Int32
 

Return Value

Boolean

See Also