Click or drag to resize

DimensionUpdateDimensionText Method

Remakes dimension text geometry object and sets it on the dimension.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 7.34
Syntax
public void UpdateDimensionText(
	DimensionStyle style,
	UnitSystem units
)

Parameters

style
Type: Rhino.DocObjectsDimensionStyle
The dimension style.
units
Type: RhinoUnitSystem
The unit system.
See Also