NXOpen.UF.Assem.CreateTypedSequence

Assem.CreateTypedSequence()

Refer to UF_ASSEM_create_typed_sequence for documentation.

Signature: CreateTypedSequence(name, sequenceType, part)

Parameters:
  • name (str) – The name of the sequence
  • sequenceType (int) – The type of sequence to be created. One of the constants UF_ASSEM_ASSEMBLE_SEQUENCE UF_ASSEM_DISASSEMBLE_SEQUENCE UF_ASSEM_OPERATIONAL_SEQUENCE
  • part (Tag) – The part to create the sequence in
Returns:

The tag of the newly created sequence

Return type:

Tag

License requirements: ASSEMBLIES MODULE