FaceStyleProperties
Canonical path: NemAll_Python_BasisElements.FaceStyleProperties
Properties of the style area
DirectionToReferenceLine
property
Index of the edge of the outline polyline, to align the style area to, when the property UseDirectionToReferenceLine is set to True.
ReferencePoint
property
the point of origin, when property UseReferencePoint is set to True
UseDirectionToReferenceLine
property
Whether to align the direction of the style area to a certain edge.
When set to true, the index of the edge is to be specified in the property DirectionToReferenceLine.
UseReferencePoint
property
Whether to use a specific point as the origin of the style area.
When set to False, the origin is (0,0). When set to True, the point is to be specified in the property ReferencePoint.
__eq__
__eq__(prop: FaceStyleProperties) -> bool
equal operator
Parameters:
-
prop
(FaceStyleProperties
) –FaceStyleProperties to compare
Returns:
-
bool
–true if they are equal, false otherwise
Placeholder