Sequence Class

class NXOpen.CAM.Sequence

Bases: NXOpen.TaggedObject

Represents Sequence Builder

New in version NX7.5.0.

Properties

Property Description
Tag Returns the Tag for this object.
Type Returns or sets the Sequencing Type

Methods

Enumerations

SequenceTypes Enumeration Available types for Sequencing

Property Detail

Type

Sequence.Type

Returns or sets the Sequencing Type

-------------------------------------

Getter Method

Signature Type

Returns:the Sequence Type
Return type:NXOpen.CAM.SequenceTypes

New in version NX7.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature Type

Parameters:type (NXOpen.CAM.SequenceTypes) – the Sequence Type

New in version NX7.5.0.

License requirements: None.