ConveyorStationFeatureBuilder Class

class NXOpen.LineDesigner.ConveyorStationFeatureBuilder

Bases: NXOpen.Builder

Represents a LineDesigner.ConveyorStationFeature builder

To create a new instance of this class, use NXOpen.LineDesigner.LineDesignerManager.CreateConveyorStationFeatureBuilder()

Default values.

Property Value
Capacity 0
ProcessTime 0
StationType Load

New in version NX9.0.0.

Properties

Property Description
Capacity Returns or sets the conveyor station capacity
ProcessTime Returns or sets the Process time
StationLocation Returns or sets the conveyor station location
StationName Returns or sets the station name
StationType Returns or sets the conveyor station type
Tag Returns the Tag for this object.

Methods

Method Description
Commit Commits any edits that have been applied to the builder.
Destroy Deletes the builder, and cleans up any objects created by the builder.
GetCommittedObjects For builders that create more than one object, this method returns the objects that are created by commit.
GetDescription Description of conveyor station is return
GetObject Returns the object currently being edited by this builder.
SetDescription Description for conveyor station is set
SetSECNode  
ShowResults Updates the model to reflect the result of an edit to the model for all builders that support showing results.
Validate Validate whether the inputs to the component are sufficient for commit to be called.

Enumerations

ConveyorStationFeatureBuilderType Enumeration This enum is providing possible types of station feature

Property Detail

Capacity

ConveyorStationFeatureBuilder.Capacity

Returns or sets the conveyor station capacity

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

Getter Method

Signature Capacity

Returns:
Return type:float

New in version NX9.0.0.

License requirements: ld_line_designer (“FULL LINE DESIGNER”)

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

Setter Method

Signature Capacity

Parameters:capacity (float) –

New in version NX9.0.0.

License requirements: ld_line_designer (“FULL LINE DESIGNER”)

ProcessTime

ConveyorStationFeatureBuilder.ProcessTime

Returns or sets the Process time

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

Getter Method

Signature ProcessTime

Returns:
Return type:float

New in version NX9.0.0.

License requirements: ld_line_designer (“FULL LINE DESIGNER”)

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

Setter Method

Signature ProcessTime

Parameters:processTime (float) –

New in version NX9.0.0.

License requirements: ld_line_designer (“FULL LINE DESIGNER”)

StationLocation

ConveyorStationFeatureBuilder.StationLocation

Returns or sets the conveyor station location

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

Getter Method

Signature StationLocation

Returns:
Return type:NXOpen.Point

New in version NX9.0.0.

License requirements: ld_line_designer (“FULL LINE DESIGNER”)

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

Setter Method

Signature StationLocation

Parameters:stationLocation (NXOpen.Point) –

New in version NX9.0.0.

License requirements: ld_line_designer (“FULL LINE DESIGNER”)

StationName

ConveyorStationFeatureBuilder.StationName

Returns or sets the station name

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

Getter Method

Signature StationName

Returns:
Return type:str

New in version NX9.0.0.

License requirements: ld_line_designer (“FULL LINE DESIGNER”)

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

Setter Method

Signature StationName

Parameters:stationName (str) –

New in version NX9.0.0.

License requirements: ld_line_designer (“FULL LINE DESIGNER”)

StationType

ConveyorStationFeatureBuilder.StationType

Returns or sets the conveyor station type

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

Getter Method

Signature StationType

Returns:
Return type:NXOpen.LineDesigner.ConveyorStationFeatureBuilderType

New in version NX9.0.0.

License requirements: ld_line_designer (“FULL LINE DESIGNER”)

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

Setter Method

Signature StationType

Parameters:stationType (NXOpen.LineDesigner.ConveyorStationFeatureBuilderType) –

New in version NX9.0.0.

License requirements: ld_line_designer (“FULL LINE DESIGNER”)

Method Detail

GetDescription

ConveyorStationFeatureBuilder.GetDescription

Description of conveyor station is return

Signature GetDescription()

Returns:
Return type:list of str

New in version NX9.0.0.

License requirements: ld_line_designer (“FULL LINE DESIGNER”)

SetDescription

ConveyorStationFeatureBuilder.SetDescription

Description for conveyor station is set

Signature SetDescription(description)

Parameters:description (list of str) –

New in version NX9.0.0.

License requirements: ld_line_designer (“FULL LINE DESIGNER”)

SetSECNode

ConveyorStationFeatureBuilder.SetSECNode

Signature SetSECNode(secNode)

Parameters:secNode (NXOpen.LineDesigner.DBConveyorNode) –

New in version NX9.0.0.

License requirements: ld_line_designer (“FULL LINE DESIGNER”)

Validate

ConveyorStationFeatureBuilder.Validate

Validate whether the inputs to the component are sufficient for commit to be called.

If the component is not in a state to commit then an exception is thrown. For example, if the component requires you to set some property, this method will throw an exception if you haven’t set it. This method throws a not-yet-implemented NXException for some components.

Signature Validate()

Returns:Was self validation successful
Return type:bool

New in version NX3.0.1.

License requirements: None.