Click or drag to resize

DXFReaderNETControlShowRubberBandAngularDimension Method

Shows the angle specified by the center point, radius, start angle and end angle parameters af an arc as a rubber band angular dimension.

Namespace:  DXFReaderNET
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public void ShowRubberBandAngularDimension(
	Vector2 CenterPoint,
	double Radius,
	double StartAngle,
	double EndAngle,
	Vector2 Position,
	Color? Color = null,
	RubberBandType RubberBandType = RubberBandType.Dashed
)

Parameters

CenterPoint
Type: DXFReaderNETVector2
Center of the arc.
Radius
Type: SystemDouble
End of the radius of the arc.
StartAngle
Type: SystemDouble
Start angle of the arc.
EndAngle
Type: SystemDouble
End angle the arc.
Position
Type: DXFReaderNETVector2
Point position of the dimension line.
Color (Optional)
Type: SystemNullableColor
The color of the rubber band if solid. If omitted the CurrentColor will be used.
RubberBandType (Optional)
Type: DXFReaderNETRubberBandType
The type of rubber band: solid or dashed.
See Also