Changelog for v.0.7.x¶

v.0.7.5¶

Internal changes, no API changes. More checks added in the initialization of Python Scripting.

v.0.7.4¶

Bugfix: fixed bindings for constructors for specific types of Type.intervalVector3 (bindings for SBDTypePhysicalIAVector3 from SAMSON API).

v.0.7.3¶

New Python bindings for SAMSON API:

Some issue fixes.

v.0.7.2¶

Some issue fixes.

DataModel¶

DataModel.Type¶

Changes in samson.DataModel.Type:

DataModel.DataGraph¶

Node

Added samson.DataModel.DataGraph.Node.castToLabel() function.

v.0.7.1¶

New Python bindings for SAMSON API:

DataModel¶

DataModel.Type¶

Changes in samson.DataModel.Type:

Due to change in Types (samson.DataModel.Type) there were a few changes in samson.Modeling.StructuralModel.NodeParticle, which concerns samson.Modeling.StructuralModel.Atom. The following attributes position, x, y, z were changed to getter and setter functions: getPosition, setPosition, getX, setX, etc. The same changes with removing exposition of getter and setter functions as attributes for Types (samson.DataModel.Type) were done for the following classes: samson.DataModel.Document.Label, samson.DataModel.Document.Camera.

DataModel.DataGraph¶

Node