SectionAlongPathClippingPathViewProperties
Canonical path: NemAll_Python_BasisElements.SectionAlongPathClippingPathViewProperties
Clipping path view properties
Methods:
-
ConvertDirectionEndSymbolNumberFromViewModel–Args:
-
ConvertDirectionEndSymbolNumberToViewModel–Args:
-
ConvertDirectionSymbolNumberFromViewModel–Convert icon number used in WPF palette to symbol number used in Allplan
-
ConvertDirectionSymbolNumberToViewModel–Convert symbol number used in Allplan to icon number used in WPF palette
-
GetDirectionSymbolHeightTolerance–Access tolerances
-
__init__–Overloaded function. See individual overloads.
Attributes:
-
DirectionEndSymbolHeight(float) –Get the DirectionEndSymbolHeight
-
DirectionEndSymbolNr(int) –Get the DirectionEndSymbolNr
-
DirectionSymbolHeight(float) –Get the DirectionSymbolHeight
-
DirectionSymbolNr(int) –Get the DirectionSymbolNr
-
EndTextParameterProperties(SectionAlongPathTextParameterProperties) –Access text params at the end of the clipping line
-
IsDirectionEndSymbolOn(bool) –Get the IsDirectionEndSymbolOn
-
IsDirectionSymbolOn(bool) –Get the IsDirectionSymbolOn
-
IsTextParameterIdentical(bool) –Get the IsTextParameterIdentical -> never serialised
-
TextParameterProperties(SectionAlongPathTextParameterProperties) –Access text params
DirectionEndSymbolHeight
property
writable
Get the DirectionEndSymbolHeight
EndTextParameterProperties
property
writable
EndTextParameterProperties: SectionAlongPathTextParameterProperties
Access text params at the end of the clipping line
IsDirectionEndSymbolOn
property
writable
Get the IsDirectionEndSymbolOn
IsTextParameterIdentical
property
writable
Get the IsTextParameterIdentical -> never serialised
TextParameterProperties
property
writable
TextParameterProperties: SectionAlongPathTextParameterProperties
Access text params
ConvertDirectionEndSymbolNumberFromViewModel
Args: iPaletteIconNum: isSymbolOn:
ConvertDirectionEndSymbolNumberToViewModel
Args: isSymbolOn:
ConvertDirectionSymbolNumberFromViewModel
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
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
Access tolerances
Returns:
-
float–symbol height tolerance
__init__
overloaded
constructor
Parameters:
-
bInitFromSTW(bool, default:False) –- is structure initialized from standard values
__init__(B: SectionAlongPathClippingPathViewProperties)