PatternCurveProperties
Canonical path: NemAll_Python_BasisElements.PatternCurveProperties
PatternCurveProperties class
Methods:
Attributes:
-
AlignmentType(None) –the position of the pattern relative to the reference curve
-
Height(None) –Property for height of pattern
-
IntersectionType(None) –Property for intersection type
-
IsDrawReferenceCurve(None) –Whether to draw the reference curve
-
IsLockedToCorner(None) –Whether to lock the corner
-
IsMirrorPattern(None) –Whether to mirror the pattern
-
IsScaleDependent(None) –Whether the pattern is to be scale dependent
-
PatternID(None) –Property for pattern ID
-
Width(None) –Property for width of pattern
AlignmentType
property
the position of the pattern relative to the reference curve
__eq__
__eq__(prop: PatternCurveProperties) -> bool
equal operator
Parameters:
-
prop(PatternCurveProperties) –PatternCurveProperties to compare
Returns:
-
bool–true if they are equal, false otherwise
Placeholder