FillingProperties
Canonical path: NemAll_Python_BasisElements.FillingProperties
Properties of the filling
DirectionToReferenceLine
property
The edge index of the outline polyline to align the filling to. Relevant, when the property UseDirectionToReferenceLine is set to true.
RotationAngle
property
Rotation angle. Relevant, when UseGradientFilling is set to True.
SecondColor
property
Second color. Relevant, when UseGradientFilling is set to True.
ShadingType
property
Shading style. Relevant, when the UseGradientFilling is set to True.
TranslationType
property
Color gradients type. Relevant, when UseGradientFilling is set to True.
UseDirectionToReferenceLine
property
Whether to align the direction of the filling to a certain edge of the outline polyline. When set to True, the index of the edge is to be specified in DirectionToReferenceLine.
VariantType
property
Gradient variant type. Relevant, when UseGradientFilling is set to True.
__eq__
__eq__(prop: FillingProperties) -> bool
equal operator
Parameters:
-
prop
(FillingProperties
) –GradientFillingProperties to compare
Returns:
-
bool
–true if they are equal, false otherwise