pycatia.cat_sch_platform_interfaces.sch_catalog_component

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.cat_sch_platform_interfaces.sch_catalog_component.SchCatalogComponent(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
SchCatalogComponent

Manage a schematic component catalog.
query_drop_ability(o_b_yes: bool) SchGRRComp

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Func QueryDropAbility(boolean oBYes) As SchGRRComp

Check to see if it is OK to be dropped to the current
document.

Parameters:

oBYes
If TRUE, then it is OK to be dropped.
oPointedToComp
Graphical representation of a component pointed-to by the catalog
description

Example:

Dim objThisIntf As SchCatalogComponent
Dim bVar1 As boolean
Dim objArg2 As SchGRRComp
Set objArg2 = objThisIntf.QueryDropAbility
Parameters:

o_b_yes (bool) –

Return type:

SchGRRComp

query_drop_comp_group_ability(o_b_yes: bool) SchCompGroupExt

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Func QueryDropCompGroupAbility(boolean oBYes) As
SchCompGroupExt

Check to see if it is OK to be dropped a component group to the current
document.

Parameters:

oBYes
If TRUE, then it is OK to be dropped.
oPointedToGroup
Component group extension pointed-to by the catalog description

Example:

Dim objThisIntf As SchCatalogComponent
Dim bVar1 As boolean
Dim objArg2 As SchCompGroupExt
Set objArg2 = objThisIntf.QueryDropCompGroupAbility
Parameters:

o_b_yes (bool) –

Return type:

SchCompGroupExt