Click or drag to resize

AngularDimension Constructor (Arc, Double)

Constructs an angular dimension from a given arc.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public AngularDimension(
	Arc arc,
	double offset
)

Parameters

arc
Type: Rhino.GeometryArc
The start and end points of the arc are the start and endpoints of the dimension
offset
Type: SystemDouble
How far to offset the dimension location from the arc
See Also