pycatia.dnb_graph_editor.pert_node

Module initially auto generated using V5Automation files from CATIA V5 R28 on 2020-09-25 14:34:21.593357

Warning

The notes denoted “CAA V5 Visual Basic Help” are to be used as reference only. They are there as a guide as to how the visual basic / catscript functions work and thus help debugging in pycatia.

class pycatia.dnb_graph_editor.pert_node.PertNode(com_object)

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)

System.IUnknown
System.IDispatch
System.CATBaseUnknown
System.CATBaseDispatch
System.AnyObject
PertNode

This Interface represents a PertNode in the PERT Chart.
get_location(xx: float, yy: float) None

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Sub GetLocation(double xx,
double yy)

This method gets the Location of the PertNode in the PERT
Chart

Parameters:

xx
X Coordinate of the Location in the Pert Chart
yy
Y Coordinate of the Location in the Pert Chart
Parameters:
  • xx (float) –

  • yy (float) –

Return type:

None

set_icon(i_file_name: str) None

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Sub SetIcon(CATBSTR iFileName)

This method sets Icon for the PertNode in the PERT Chart

Parameters:

iFileName
FileName of the Icon which includes full path
Parameters:

i_file_name (str) –

Return type:

None

set_location(xx: float, yy: float) None

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Sub SetLocation(double xx,
double yy)

This method place the PertNode in the PERT Chart at any location by
specifying the X and Y Coordinates in the Grid.

Parameters:

xx
X Coordinate of the Location in the Pert Chart
yy
Y Coordinate of the Location in the Pert Chart
Parameters:
  • xx (float) –

  • yy (float) –

Return type:

None