PoBaseSetNodeWriteFormat Method |
Sets the node write format.
Namespace: OIV.MeshViz.Graph
OIV.MeshViz.Graph.PoBase.NodeWriteFormats.FOLD_NODE_WRITE_FORMAT indicates that all nodes will not be unfolded when they are written with a OIV.Inventor.Actions.SoWriteAction. OIV.MeshViz.Graph.PoBase.NodeWriteFormats.UNFOLD_NODE_WRITE_FORMAT indicates on the contrary, that all nodes will be unfolded when they are written with a OIV.Inventor.Actions.SoWriteAction. Be careful, when using the format OIV.MeshViz.Graph.PoBase.NodeWriteFormats.FOLD_NODE_WRITE_FORMAT, the basic objects (Pb objects) are not written in .iv file. In this case (and if you need to save this information), use the corresponding property node (for instance, replace the OIV.MeshViz.Graph.PbDomain object with the OIV.MeshViz.Nodes.PoDomain property node).
(OIV.MeshViz.Graph.PoBase.NodeWriteFormats.FOLD_NODE_WRITE_FORMAT by default).