Click or drag to resize
PoBaseSetNodeWriteFormat Method

Sets the node write format.

Namespace: OIV.MeshViz.Graph
Assembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public static void SetNodeWriteFormat(
	PoBaseNodeWriteFormats format
)

Parameters

format
Type: OIV.MeshViz.GraphPoBaseNodeWriteFormats
Remarks

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).

See Also