ArrowGeneratorConfig

class cee.utils.ArrowGeneratorConfig()

The arrow generator configuration object, see ArrowGenerator


Properties

cee.utils.ArrowGeneratorConfig.headRelativeLength

The relative length of the arrow’s head compared to the arrow’s body (the total length is 1). A value of 0.2 will result in a body that is 0.8 in length.

cee.utils.ArrowGeneratorConfig.headRelativeRadius

The relative radius of the arrow’s head to the arrow’s length of 1.

cee.utils.ArrowGeneratorConfig.numSlices

The number of slices for both the head and the shaft of the arrow. Minimum is 4.

cee.utils.ArrowGeneratorConfig.shaftRelativeRadius

The relative radius of the arrow’s shaft to the arrow’s length of 1.