Description:

Gets an object's draw color, which is based on the object's color source

Syntax:
public Color DrawColor(
RhinoDoc document,
Guid viewportId
)
Parameters:
  • document
  • Type: RhinoDoc
  • The object's documnt.
  • viewportId
  • Type: System.Guid
  • The id of the viewport.
Returns:
Type: Color
The draw color.
Available since:
5.0

Description:

Gets an object's draw color, which is based on the object's color source

Syntax:
public Color DrawColor(
RhinoDoc document
)
Parameters:
  • document
  • Type: RhinoDoc
  • The object's documnt.
Returns:
Type: Color
The draw color.
Available since:
5.0

Nothing found