Skip to content

SectionGeneralProperties

Canonical path: NemAll_Python_BasisElements.SectionGeneralProperties

General properties of the UVS

Classes:

Methods:

  • __init__

    Overloaded function. See individual overloads.

Attributes:

FilterProperties property writable

FilterProperties: FilterProperties

Filtering settings of the UVS

FormatProperties property writable

FormatProperties: SectionFormatProperties

Format settings of a UVS

HiddenSectionLinesProperties property writable

HiddenSectionLinesProperties: HiddenSectionLinesProperties

Settings regarding hidden section lines in the UVS

LabelingProperties property writable

LabelingProperties: LabelingProperties

Settings regarding labeling the UVS

LightProperties property writable

LightProperties: LightProperties

Property for the light properties

PlacementAngle property

PlacementAngle: None

Property for the placement angle

:type: None

PlacementPoint property

PlacementPoint: None

Property for the placement point

:type: None

ReferenceScale property writable

ReferenceScale: float

Property for the reference scale

ScaleProperties property writable

ScaleProperties: ScaleProperties

Property for the scale properties

ShowSectionBody property

ShowSectionBody: None

Whether to show the section body in the UVS

Status property

Status: None

Type of the UVS calculation

VisibleHiddenEdgesProperties property writable

VisibleHiddenEdgesProperties: VisibleHiddenEdgesProperties

Settings regarding hidden and visible lines in the UVS

PlacementPointPosition

Canonical path: NemAll_Python_BasisElements.SectionGeneralProperties.PlacementPointPosition

Bases: Enum

Placement point position

Methods:

__getitem__

__getitem__(key: str | int | float) -> PlacementPointPosition

get the item for a key

Parameters:

  • key (str | int | float) –

    value key

Returns:

State

Canonical path: NemAll_Python_BasisElements.SectionGeneralProperties.State

Bases: Enum

Drawing state of the section

Methods:

__getitem__

__getitem__(key: str | int | float) -> State

get the item for a key

Parameters:

  • key (str | int | float) –

    value key

Returns:

  • State

    value for the key

__init__ overloaded

__init__()

Initialize

__init__(bInitFromSTW: bool)

constructor

Parameters:

  • bInitFromSTW (bool) –
    • is structure initialized from standard values
Placeholder