Node SymbolFactory.GetUnitDamper(Double tube_radius, Int32 num_circle_segments)

Creates a unit damper scenegraph node, aligned on the z axis going from z=0 to z=1. A damper is represented by an inner tube surrounded by an outer tube with twice the radius.

Parameters

  • tube_radius
    Type: Double
    Radius of the inner tube.
  • num_circle_segments
    Type: Int32
    Number of segments comprising each circle cross-section, higher values will generate rounder dampers with more complex tessellation. Defaults to 8.

Return Value

Type: Node
Returns damper scenegraph node