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 capacity
ProcessTime Returns or sets the process time
StationLocation Returns or sets the station location
StationName Returns or sets the stattion name
StationType Returns or sets the 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 Returns the description @return
GetObject Returns the object currently being edited by this builder.
SetDescription Sets the description
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.

Property Detail

Capacity

ConveyorStationFeatureBuilder.Capacity

Returns or sets the 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(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(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 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(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 stattion 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(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 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(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

Returns the description

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

Sets the description

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.