MacroProperties
Canonical path: NemAll_Python_BasisElements.MacroProperties
Properties of the macro definition
Methods:
-
__eq__
–equal operator
-
__init__
–Overloaded function. See individual overloads.
-
__repr__
–Convert to string
Attributes:
-
CatalogName
(str
) –Get the Catalog name
-
DomainType
(int
) –Get the Domain type
-
InsertionPoint
(Point3D
) –Macro reference point
-
IsScaleDependent
(bool
) –Whether the macro should be scale dependent
-
Name
(str
) –Get the Name
-
PositionNr
(int
) –Get the Position number
-
SubType
(int
) –Get the Sub type
-
UnitFactor
(float
) –Get the Unit factor
IsScaleDependent
property
writable
Whether the macro should be scale dependent
__eq__
__eq__(prop: MacroProperties) -> bool
equal operator
Parameters:
-
prop
(MacroProperties
) –MacroProperties to compare
Returns:
-
bool
–true if they are equal, false otherwise
Placeholder