Skip to content

M_Rhino_Geometry_AngularDimension__ctor

Will Pearson edited this page Aug 12, 2016 · 2 revisions

AngularDimension Constructor (Arc, Double)

Create an angular dimension from a give arc

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public AngularDimension(
	Arc arc,
	double offset
)

VB

Public Sub New ( 
	arc As Arc,
	offset As Double
)

Parameters

 

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

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

AngularDimension Class
AngularDimension Overload
Rhino.Geometry Namespace

Clone this wiki locally