PoXtAxisEditorAttach Method |
Attach the editor to an axis node.
Namespace: OIV.MeshViz.Graph.EditorsAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic void Attach(
PoAxis axis
)
Public Sub Attach (
axis As PoAxis
)
public:
void Attach(
PoAxis^ axis
)
member Attach :
axis : PoAxis -> unit
Parameters
- axis
- Type: OIV.MeshViz.GraphPoAxis
Remarks
See Also