MCPcopy Create free account
hub / github.com/FreeCAD/FreeCAD / Save

Method Save

src/App/PropertyGeo.cpp:144–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142}
143
144void PropertyVector::Save(Base::Writer& writer) const
145{
146 // clang-format off
147 writer.Stream() << writer.ind()
148 << "<PropertyVector"
149 << " valueX=\"" << _cVec.x << "\""
150 << " valueY=\"" << _cVec.y << "\""
151 << " valueZ=\"" << _cVec.z << "\""
152 << "/>\n";
153 // clang-format on
154}
155
156void PropertyVector::Restore(Base::XMLReader& reader)
157{

Callers

nothing calls this directly

Calls 6

isForceXMLMethod · 0.80
getNameFunction · 0.70
addFileMethod · 0.45
getPositionMethod · 0.45
getRotationMethod · 0.45
getRawValueMethod · 0.45

Tested by

no test coverage detected