Skip to content

Symbol3DElement

Canonical path: NemAll_Python_BasisElements.Symbol3DElement

Bases: BasisElement, AllplanElement

Representation of the terrain point in Allplan

Methods:

Attributes:

Symbol3DProperties property writable

Symbol3DProperties: PointSymbol3DProperties

Get the Symbol3D properties

GetSymbol3DProperties

GetSymbol3DProperties() -> Symbol3DProperties

Get the Symbol3D properties

Returns:

SetSymbol3DProperties

SetSymbol3DProperties(symbol3DProp: Symbol3DProperties)

Set the Symbol3D properties

Parameters:

__init__ overloaded

__init__()

Initialize

__init__(
    commonProp: CommonProperties,
    symbol3DProp: Symbol3DProperties,
    geometryObject: object,
)

Constructor

Parameters:

__init__(element: Symbol3DElement)

Copy constructor

Parameters:

__repr__

__repr__() -> str

Convert to string

Placeholder