pycatia.cat_tps_interfaces.annotation_set_transform_into_assembly_set

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_tps_interfaces.annotation_set_transform_into_assembly_set.AnnotationSetTransformIntoAssemblySet(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
AnnotationSetTransformIntoAssemblySet

Interface designed to transform an annotation set into an assembly annotation
set.
transform(i_assemblyannotation_set_name: str) None

Note

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

Transforms annotation set into an assembly annotation set.

Parameters:

iAssemblyannotationSetName
[in] The name of the assembly annotation transformed If the
iAssemblyannotationSetName is an empty string, the assembly annotation set
keeps the name of the annotation set from which it comes. returns S_OK when
transformation succeeded. returns S_OK when the annotation set is already an
assembly annotation set. otherwise returns E_FAIL.
Parameters:

i_assemblyannotation_set_name (str) –

Return type:

None