PatternProperties
Canonical path: NemAll_Python_BasisElements.PatternProperties
Properties of the pattern
BackgroundColor
property
writable
BackgroundColor: ARGB
Background color. Relevant if UseBackgroundColor is set to True
IsScaleDependent
property
writable
Whether the pattern is to be scale dependent
ReferencePoint
property
writable
ReferencePoint: Point2D
reference point. Relevant if UseReferencePoint is set to True.
UseBackgroundColor
property
writable
Whether to use a background color in the pattern
UseReferencePoint
property
writable
Whether to use the reference point from ReferencePoint property for the pattern origin
SetBackgroundColorBGR
Set the background color
Parameters:
-
value
(int
) –Color value as BGR
SetBackgroundColorIRGB
Set the background color
Parameters:
-
value
(int
) –Color value as IRGB
__eq__
__eq__(prop: PatternProperties) -> bool
equal operator
Parameters:
-
prop
(PatternProperties
) –PatternProperties to compare
Returns:
-
bool
–true if they are equal, false otherwise
Placeholder