SketchUtilsSplitSegment(Sketch, SketchSegmentArc, Double) Method

Definition

Namespace: Macad.Core.Shapes
Assembly: Macad.Core (in Macad.Core.dll) Version: 3.0.1840
C#
public static (int splitPoint, int[] ) SplitSegment(
	Sketch sketch,
	SketchSegmentArc arc,
	double u
)

Parameters

sketch  Sketch
 
arc  SketchSegmentArc
 
u  Double
 

Return Value

ValueTupleInt32, Int32

See Also