Skip to content

RadiusDimensionElement

Canonical path: NemAll_Python_BasisElements.RadiusDimensionElement

Bases: BasisElement, AllplanElement

Implementation of the dimension element

Methods:

Attributes:

Properties property writable

Properties: DimensionProperties

Get the Properties

SegmentProperties property writable

SegmentProperties: DimensionSegmentPropertiesList

Get the Segment Properties

GetProperties

GetProperties() -> DimensionProperties

Get the Properties

Returns:

GetSegmentProperties

GetSegmentProperties() -> DimensionSegmentPropertiesList

Get the Segment Properties

Returns:

SetProperties

SetProperties(dimensionProperties: DimensionProperties)

Set the Properties

Parameters:

SetSegmentProperties

SetSegmentProperties(
    dimensionSegmentProperties: DimensionSegmentPropertiesList,
)

Set the Segment Properties

Parameters:

__init__ overloaded

__init__()

Initialize

__init__(radiusLine: Line2D, dimensionProperties: DimensionProperties)

Constructor

Parameters:

__init__(element: RadiusDimensionElement)

Copy constructor

Parameters:

__repr__

__repr__() -> str

Convert to string

Placeholder