Model Element2D
Class full path: NemAll_Python_BasisElements.ModelElement2D
Bases: BasisElement, AllplanElement
Implementation of the 2D model element
Attributes
EndSymbolsProperties: EndSymbolsProperties
property
writable
Get the end symbols properties
PatternCurveProperties: PatternCurveProperties
property
writable
Get the pattern curve properties
TransformationList: list
property
writable
Get transformation list
Functions
GetEndSymbolsProperties()
Get the end symbols properties
Returns:
| Type | Description |
|---|---|
EndSymbolsProperties
|
End symbols properties |
GetPatternCurveProperties()
Get the pattern curve properties
Returns:
| Type | Description |
|---|---|
PatternCurveProperties
|
Pattern curve properties |
GetTransformationList()
Get transformation list
Returns:
| Type | Description |
|---|---|
list
|
List with the transformations |
SetEndSymbolsProperties(endSymbolsProp)
Set the end symbols properties
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
endSymbolsProp
|
EndSymbolsProperties
|
End symbols properties |
required |
SetPatternCurveProperties(patternCurveProp)
Set the pattern curve properties
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
patternCurveProp
|
PatternCurveProperties
|
Pattern curve properties |
required |
SetTransformationList(transformationList)
Set the transformation list
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
transformationList
|
list
|
List with the transformations |
required |
__init__
overload
__init__()
Initialize
__init__(commonProp, geometryObject)
Constructor
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
commonProp
|
CommonProperties
|
Common properties |
required |
geometryObject
|
object
|
Geometry element |
required |
__init__(commonProp, patternCurveProp, endSymbolProp, geometryObject)
Constructor
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
commonProp
|
CommonProperties
|
Common properties |
required |
patternCurveProp
|
PatternCurveProperties
|
End symbols properties |
required |
endSymbolProp
|
EndSymbolsProperties
|
Pattern curve properties |
required |
geometryObject
|
object
|
Geometry element |
required |
__init__(element)
Copy constructor
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
element
|
ModelElement2D
|
Element to copy |
required |
__repr__()
Convert to string