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

Method endNormal

src/Base/Builder3D.cpp:804–808  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

802}
803
804void NormalItem::endNormal(InventorOutput& out) const
805{
806 out.decreaseIndent();
807 out.writeLine("}");
808}
809
810// -----------------------------------------------------------------------------
811

Callers

nothing calls this directly

Calls 2

writeLineMethod · 0.80
decreaseIndentMethod · 0.45

Tested by

no test coverage detected