NXOpen.UF.Path.CreateSeqno

Path.CreateSeqno()

Refer to UF_PATH_create_seqno for documentation.

Signature: CreateSeqno(pathId, seqType, seqNumber, seqIncr, seqFreq, text)

Parameters:
  • pathId (PointerWrapper) – The path id for this event
  • seqType (NXOpen.UF.Path.Seqno Refer to UF_PATH_seqno_e for documentation.) – The sequence type
  • seqNumber (int) – The sequence number, only valid if seq_type is UF_PATH_SEQNO_N
  • seqIncr (int) – Only valid if seq_type is UF_PATH_SEQNO_N
  • seqFreq (int) – Only valid if seq_type is UF_PATH_SEQNO_N
  • text (str) – The post command appended text

License requirements: None