M_Rhino_Geometry_AngularDimension__ctor - mcneel/rhinocommon-api-docs GitHub Wiki
Create an angular dimension from a give arc
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public AngularDimension(
Arc arc,
double offset
)VB
Public Sub New (
arc As Arc,
offset As Double
)
- arc
- Type: Rhino.Geometry.Arc
The start and end points of the arc are the start and endpoints of the dimension - offset
- Type: System.Double
How far to offset the dimension location from the arc
Supported in: 6.0.16224.21491, 5D58w
AngularDimension Class
AngularDimension Overload
Rhino.Geometry Namespace