Description:

Adds a radial dimension object to the document.

Syntax:
public Guid AddRadialDimension(
RadialDimension dimension,
ObjectAttributes attributes,
HistoryRecord history,
bool reference
)
Parameters:
  • reference
  • Type: bool
  • If reference, then object will not be saved into the 3dm file.
Returns:
Type: Guid
The Guid of the newly added object or Guid.Empty on failure.
Available since:
5.0

Description:
Syntax:
public Guid AddRadialDimension(
RadialDimension dimension,
ObjectAttributes attributes
)
Returns:
Type: Guid
Available since:
5.0

Description:
Syntax:
public Guid AddRadialDimension(
RadialDimension dimension
)
Returns:
Type: Guid
Available since:
5.0

AddRadialDimension method

Class:  Rhino.DocObjects.Tables.ObjectTable

Nothing found