WeightedMode

Overview

WeightedMode is a enum in Aspose.3D FOSS for Python.

WeightedMode.NONE represents no weighting applied.

This enumeration defines 4 values: NONE, OUT_WEIGHT, NEXT_IN_WEIGHT, BOTH.

Values

ValueDescription
NONERepresents no weighting applied
OUT_WEIGHTRepresents weighting applied to outgoing connections
NEXT_IN_WEIGHTRepresents weighting applied to the next incoming connection
BOTHRepresents weighting applied to both outgoing and incoming connections

See Also