WeightedMode
Overview
WeightedMode is a enum in Aspose.3D FOSS for Python.
WeightedMode.NONE represents no weighting applied.
Values
| Value | Description |
|---|---|
NONE | Represents no weighting applied |
OUT_WEIGHT | Represents weighting applied to outgoing connections |
NEXT_IN_WEIGHT | Represents weighting applied to the next incoming connection |
BOTH | Represents weighting applied to both outgoing and incoming connections |