Share

IManagedGeneralDimensions.AddRadius Method

Adds or edits a radius dimension.

Namespace:  Autodesk.iLogic.Interfaces
Assembly:  Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 29.0

Syntax

VB

Function AddRadius ( 
	name As String,
	textOrigin As RadiusDimensionTextPositionSpec,
	intent As GeometryIntent,
	Optional arrowHeadsInside As Boolean = false,
	Optional leaderFromCenter As Boolean = false,
	Optional jogged As Boolean = false,
	Optional dimensionStyle As DimensionStyle = Nothing,
	Optional layer As Layer = Nothing
) As IManagedRadiusGeneralDimension

C#

IManagedRadiusGeneralDimension AddRadius(
	string name,
	RadiusDimensionTextPositionSpec textOrigin,
	GeometryIntent intent,
	bool arrowHeadsInside = false,
	bool leaderFromCenter = false,
	bool jogged = false,
	DimensionStyle dimensionStyle = null,
	Layer layer = null
)

Parameters

name
Type: System.String
The name of the dimension.
textOrigin
Type: Autodesk.iLogic.Types.RadiusDimensionTextPositionSpec
The position of the dimension text on the sheet.
intent
Type: GeometryIntent
Specifies the arc or circle to dimension. A parameter along the curve should be specified in the intent. If not, a default is assumed.
arrowHeadsInside (Optional)
Type: System.Boolean
Indicates whether to place the dimension line arrows inside or outside. If not specified, this argument defaults to False indicating that arrowheads will be place outside.
leaderFromCenter (Optional)
Type: System.Boolean
Indicates whether the leader starts from the center of the arc or the circle. If not specified, the argument defaults to False indicating that the leader will not start from the center. This argument is ignored and defaulted to True if the ArrowheadsInside argument is specified to be True.
jogged (Optional)
Type: System.Boolean
Indicates whether the dimension is jogged. If not specified, the argument defaults to False.
dimensionStyle (Optional)
Type: DimensionStyle
Specifies the dimension style to use for the dimension. If not specified, the style defined by the active standard is used.
layer (Optional)
Type: Layer
Specifies the layer to use for the dimension. If not specified, the layer defined by the active standard is used.

Return Value

Type: IManagedRadiusGeneralDimension
The dimension.

See Also

Reference

Was this information helpful?