ArrowGeneratorConfig

class cee.utils.ArrowGeneratorConfig()

The arrow generator configuration object, see ArrowGenerator.


Properties

ArrowGeneratorConfig.headRelativeLength
Type:

number optional

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.

ArrowGeneratorConfig.headRelativeRadius
Type:

number optional

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

ArrowGeneratorConfig.numSlices
Type:

number optional

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

ArrowGeneratorConfig.shaftRelativeRadius
Type:

number optional

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