Skip to content

SectionAlongPathClippingPathViewProperties

Canonical path: NemAll_Python_BasisElements.SectionAlongPathClippingPathViewProperties

Clipping path view properties

Methods:

Attributes:

DirectionEndSymbolHeight property writable

DirectionEndSymbolHeight: float

Get the DirectionEndSymbolHeight

DirectionEndSymbolNr property writable

DirectionEndSymbolNr: int

Get the DirectionEndSymbolNr

DirectionSymbolHeight property writable

DirectionSymbolHeight: float

Get the DirectionSymbolHeight

DirectionSymbolNr property writable

DirectionSymbolNr: int

Get the DirectionSymbolNr

EndTextParameterProperties property writable

EndTextParameterProperties: SectionAlongPathTextParameterProperties

Access text params at the end of the clipping line

IsDirectionEndSymbolOn property writable

IsDirectionEndSymbolOn: bool

Get the IsDirectionEndSymbolOn

IsDirectionSymbolOn property writable

IsDirectionSymbolOn: bool

Get the IsDirectionSymbolOn

IsTextParameterIdentical property writable

IsTextParameterIdentical: bool

Get the IsTextParameterIdentical -> never serialised

TextParameterProperties property writable

TextParameterProperties: SectionAlongPathTextParameterProperties

Access text params

ConvertDirectionEndSymbolNumberFromViewModel

ConvertDirectionEndSymbolNumberFromViewModel(
    iPaletteIconNum: int, isSymbolOn: bool = True
)

Args: iPaletteIconNum: isSymbolOn:

ConvertDirectionEndSymbolNumberToViewModel

ConvertDirectionEndSymbolNumberToViewModel(isSymbolOn: bool = True) -> int

Args: isSymbolOn:

ConvertDirectionSymbolNumberFromViewModel

ConvertDirectionSymbolNumberFromViewModel(
    iPaletteIconNum: int, isSymbolOn: bool = True
)

Convert icon number used in WPF palette to symbol number used in Allplan for the same graphical representation

Parameters:

  • iPaletteIconNum (int) –

    number of icon from palette (view model)

  • isSymbolOn (bool, default: True ) –

ConvertDirectionSymbolNumberToViewModel

ConvertDirectionSymbolNumberToViewModel(isSymbolOn: bool = True) -> int

Convert symbol number used in Allplan to icon number used in WPF palette for the same graphical representation

Parameters:

  • isSymbolOn (bool, default: True ) –

Returns:

  • int

    icon number used in WPF

GetDirectionSymbolHeightTolerance staticmethod

GetDirectionSymbolHeightTolerance() -> float

Access tolerances

Returns:

  • float

    symbol height tolerance

__init__ overloaded

__init__(bInitFromSTW: bool = False)

constructor

Parameters:

  • bInitFromSTW (bool, default: False ) –
    • is structure initialized from standard values

copy constructor

Parameters:

Placeholder