pycatia.dnb_human_modeling_interfaces.swk_human_catalog

class pycatia.dnb_human_modeling_interfaces.swk_human_catalog.SWKHumanCatalog(com_object)

This class is not documented in the CAA V5 Visual Basic Help file.

This class was created by referring to the Microsoft Visual Basic object explorer.

property active_family: str

Note

Microsoft Visual Basic Object Browser
Property ActiveFamily As String
Member of SWKHumanModelingItf.SWKHumanCatalog
Return type:

str

add_item_from_hso(pi_description: str) None

Note

Microsoft Visual Basic Object Browser
Sub AddItemFromHSO(piDescription As String)
Member of SWKHumanModelingItf.SWKHumanCatalog
Parameters:

pi_description (str) –

Return type:

None

add_items_from_swl_file(pi_file_path: Path) None

Note

Microsoft Visual Basic Object Browser
Sub AddItemsFromSwlFile(piFilePath As String)
Member of SWKHumanModelingItf.SWKHumanCatalog
Parameters:

pi_file_path (Path) –

Return type:

None

apply_item(pi_index: int) None

Note

Microsoft Visual Basic Object Browser
Sub ApplyItem(piIndex As Long)
Member of SWKHumanModelingItf.SWKHumanCatalog
Parameters:

pi_index (int) –

Return type:

None

empty() None

Note

Microsoft Visual Basic Object Browser
Sub Empty()
Member of SWKHumanModelingItf.SWKHumanCatalog
Return type:

None

get_attach_and_cst_infos() cat_variant

Note

Microsoft Visual Basic Object Browser
Sub GetAttachAndCstInfos(piIndex As Long, piNbInfos As Long, poInfos() As Variant)
Member of SWKHumanModelingItf.SWKHumanCatalog
Return type:

cat_variant

get_family_name(pi_index: int) str

Note

Microsoft Visual Basic Object Browser
Function GetFamilyName(piIndex As Long) As String
Member of SWKHumanModelingItf.SWKHumanCatalog
Parameters:

pi_index (int) –

Return type:

cat_variant

get_item_date(pi_index: int) str

Note

Microsoft Visual Basic Object Browser
Function GetItemDate(piIndex As Long) As String
Member of SWKHumanModelingItf.SWKHumanCatalog
Parameters:

pi_index (int) –

Return type:

str

get_item_description(pi_index: int) str

Note

Microsoft Visual Basic Object Browser
Function GetItemDescription(piIndex As Long) As String
Member of SWKHumanModelingItf.SWKHumanCatalog
Parameters:

pi_index (int) –

Return type:

str

get_item_type(pi_index: int) str

Note

Microsoft Visual Basic Object Browser
Function GetItemType(piIndex As Long) As String
Member of SWKHumanModelingItf.SWKHumanCatalog
Parameters:

pi_index (int) –

Return type:

str

get_nb_attach_and_cst(pi_index: int) int

Note

Microsoft Visual Basic Object Browser
Function GetNbAttachAndCst(piIndex As Long) As Long
Member of SWKHumanModelingItf.SWKHumanCatalog
Parameters:

pi_index (int) –

Return type:

int

property is_dirty: bool

Note

Microsoft Visual Basic Object Browser
Property IsDirty As Boolean
read-only
Member of SWKHumanModelingItf.SWKHumanCatalog
Return type:

bool

property nb_items: int

Note

Microsoft Visual Basic Object Browser
Property NbItems As Long
read-only
Member of SWKHumanModelingItf.SWKHumanCatalog
Return type:

int

property number_of_families: int

Note

Microsoft Visual Basic Object Browser
Property NumberOfFamilies As Long
read-only
Member of SWKHumanModelingItf.SWKHumanCatalog
Return type:

int

reload() None

Note

Microsoft Visual Basic Object Browser
Sub Reload()
Member of SWKHumanModelingItf.SWKHumanCatalog
Return type:

None

remove_item(pi_index: int) None

Note

Microsoft Visual Basic Object Browser
Sub RemoveItem(piIndex As Long)
Member of SWKHumanModelingItf.SWKHumanCatalog
Parameters:

pi_index (int) –

Return type:

None

save() None

Note

Microsoft Visual Basic Object Browser
Sub Save()
Member of SWKHumanModelingItf.SWKHumanCatalog
Return type:

None

set_attach_or_cst_object(pi_description_index: int, pi_item_index: int, pi_reference: Reference) None

Note

Microsoft Visual Basic Object Browser
Sub SetAttachOrCstObject(piDescriptionIndex As Long, piItemIndex As Long, piReference As Reference)
Member of SWKHumanModelingItf.SWKHumanCatalog
Parameters:
  • pi_description_index (int) –

  • pi_item_index (int) –

  • pi_reference (int) –

Return type:

None