pycatia.funct_system_interfaces.funct_node_graph_layout

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.funct_system_interfaces.funct_node_graph_layout.FunctNodeGraphLayout(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
CATFunctSystemItf.FunctionalFacet
FunctNodeGraphLayout

Represents a CATIAFunctNodeGraphLayout.
property height: float

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
o Property Height() As double (Read Only)

Returns the Height coordinate.
Return type:

float

set_height_and_width(i_height: float, i_width: float) None

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Sub SetHeightAndWidth(double iHeight,
double iWidth)

Sets the height and width.

Parameters:

iHeight
the height value.
iWidth
the width value.
Parameters:
  • i_height (float) –

  • i_width (float) –

Return type:

None

property width: float

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
o Property Width() As double (Read Only)

Returns the Width coordinate.
Return type:

float