IWireArc IWires.CreateArc(Double radius, IEnumerable<Double> center, IEnumerable<Double> xDir, IEnumerable<Double> normal)
Creates an arc primitive generator.
Examples
Parameters
-
radius
Type: Double
The radius of the arc.
-
center
Type: IEnumerable<Double>
The center of the arc.
-
xDir
Type: IEnumerable<Double>
The main direction of the arc.
-
normal
Type: IEnumerable<Double>
The normal direction of the arc.
Return Value
Returns the arc primitive generator.