Skip to content

FaceStyleProperties

Canonical path: NemAll_Python_BasisElements.FaceStyleProperties

Properties of the style area

Methods:

  • __eq__

    equal operator

  • __init__

    Overloaded function. See individual overloads.

  • __repr__

    Convert to string

Attributes:

DirectionToReferenceLine property writable

DirectionToReferenceLine: int

Index of the edge of the outline polyline, to align the style area to, when the property UseDirectionToReferenceLine is set to True.

ExistAlignment property writable

ExistAlignment: bool

Get the alignment state

FaceStyleID property writable

FaceStyleID: int

ID of style area

IsScaleDependent property writable

IsScaleDependent: bool

Get the scale dependent state

PatternPlacementType property writable

PatternPlacementType: ePlacementType

Get the placement type

PatternXScalingFactor property writable

PatternXScalingFactor: int

Get the scaling factor in x direction

PatternYScalingFactor property writable

PatternYScalingFactor: int

Get the scaling factor in y direction

ReferencePoint property writable

ReferencePoint: Point2D

the point of origin, when property UseReferencePoint is set to True

RotationAngle property writable

RotationAngle: Angle

Rotation angle

Transparency property writable

Transparency: int

Get the transparency

UseDirectionToReferenceLine property writable

UseDirectionToReferenceLine: bool

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 writable

UseReferencePoint: bool

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:

Returns:

  • bool

    true if they are equal, false otherwise

__init__ overloaded

__init__()

Initialize

__init__(element: FaceStyleProperties)

Copy constructor

Parameters:

__repr__

__repr__() -> str

Convert to string

Placeholder