common#
Vector3d#
Attribute Name |
Data Type |
Description |
|---|---|---|
x |
float |
|
y |
float |
|
z |
float |
Vector2d#
Attribute Name |
Data Type |
Description |
|---|---|---|
y |
float |
|
z |
float |
Color#
Attribute Name |
Data Type |
Description |
|---|---|---|
value |
str |
EnumValue#
Attribute Name |
Data Type |
Description |
|---|---|---|
type |
str |
Fully qualified enum type name when available (e.g. “dlubal.api.rfem.structure_core.Line.Type”). |
value |
int |
Numeric enum value. |
name |
str |
Enum entry name (e.g. “TYPE_POLYLINE”). |
display_text |
str |
Text displayed to the user (e.g. “Polyline”). |
Value#
Attribute Name |
Data Type |
Description |
|---|---|---|
null_value |
The kind of value. Represents a null value. |
|
int_value |
int |
Represents an integer value. |
double_value |
float |
Represents a double value. |
string_value |
str |
Represents a string value. |
bool_value |
bool |
Represents a boolean value. |
enum_value |
Represents an enum value. |
CoordinateSystemRepresentation#
Attribute Name |
Data Type |
Description |
|---|---|---|
no |
int |
No. of user defined coordinate system |
type |
Predefined coordinate system |
StringPairList#
Attribute Name |
Data Type |
Description |
|---|---|---|
pair |
List[StringPair] |
StringPair#
Attribute Name |
Data Type |
Description |
|---|---|---|
first |
str |
|
second |
str |
Associated Enums
NullValue#
Name |
|---|
NULL_VALUE |
CoordinateSystemType#
Name |
|---|
COORDINATE_SYSTEM_TYPE_UNKNOWN |
COORDINATE_SYSTEM_TYPE_LOCAL |
COORDINATE_SYSTEM_TYPE_PRINCIPAL |