cee::imp::cae::ReaderSettingsVtk
-
class
ReaderSettingsVtk
Settings applicable to the VTK file reader.
Public Functions
-
ReaderSettingsVtk
() Creates a new object.
-
void
setReadVectorsAsDisplacements
(bool create) Sets create displacement results from vectors.
-
bool
readVectorsAsDisplacements
() const Returns true if create displacement results from vector is on.
-
void
setWeldNodesForJointParts
(bool vtkWeldNodes) If true, welds nodes of joint parts.
-
bool
weldNodesForJointParts
() const Returns true if nodes of joint parts are welded.
-
void
setWeldNodesPartFieldName
(cee::Str fieldName) Sets the field name of the comparison field for deterministic welding.
Only has effect when setWeldNodesForJointParts() is set to true. The default is an empty string indicating that all nodes are used in the welding.
-