PortBuilder Class¶
-
class
NXOpen.AME.PortBuilder¶ Bases:
NXOpen.Builderbuilder for the software block properties dialog
To create a new instance of this class, use
NXOpen.AME.AMEManager.CreatePortBuilder()New in version NX11.0.0.
Properties¶
| Property | Description |
|---|---|
| ConnectableProxyObjectType | Returns or sets the connectable object type |
| CreationMode | Returns or sets the creation mode |
| EngObjectType | Returns the engineering object type |
| PortAttributeHolder | Returns the port attribute holder |
| PortName | Returns or sets the name of port |
| PortType | Returns or sets the type of port |
| ReuseLibraryItem | Returns the reuse library item |
| 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. |
| GetObject | Returns the object currently being edited by this builder. |
| SetPortCardinality | Set the cardinality |
| SetPortDirection | Set the direction |
| 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¶
| PortBuilderConnectableAttrProxyObjectType Enumeration | Represents the type of connectable attribute proxy object for typed port |
| PortBuilderCreationModeType Enumeration | Represents the type of creation mode |
| PortBuilderType Enumeration | the type of a port |
Property Detail¶
ConnectableProxyObjectType¶
-
PortBuilder.ConnectableProxyObjectType¶ Returns or sets the connectable object type
-------------------------------------Getter Method
Signature
ConnectableProxyObjectTypeReturns: Return type: NXOpen.AME.PortBuilderConnectableAttrProxyObjectTypeNew in version NX12.0.0.
License requirements: ad_automation_design (“FULL AUTOMATION DESIGNER”)
-------------------------------------Setter Method
Signature
ConnectableProxyObjectTypeParameters: connectableAttrObjectType ( NXOpen.AME.PortBuilderConnectableAttrProxyObjectType) –New in version NX12.0.0.
License requirements: ad_automation_design (“FULL AUTOMATION DESIGNER”)
CreationMode¶
-
PortBuilder.CreationMode¶ Returns or sets the creation mode
-------------------------------------Getter Method
Signature
CreationModeReturns: Return type: NXOpen.AME.PortBuilderCreationModeTypeNew in version NX11.0.0.
License requirements: ad_automation_design (“FULL AUTOMATION DESIGNER”)
-------------------------------------Setter Method
Signature
CreationModeParameters: creationMode ( NXOpen.AME.PortBuilderCreationModeType) –New in version NX11.0.0.
License requirements: ad_automation_design (“FULL AUTOMATION DESIGNER”)
EngObjectType¶
-
PortBuilder.EngObjectType¶ Returns the engineering object type
-------------------------------------Getter Method
Signature
EngObjectTypeReturns: Return type: NXOpen.AME.SelectionEngineeringObjectDefinitionBuilderNew in version NX12.0.0.
License requirements: ad_automation_design (“FULL AUTOMATION DESIGNER”)
PortAttributeHolder¶
-
PortBuilder.PortAttributeHolder¶ Returns the port attribute holder
-------------------------------------Getter Method
Signature
PortAttributeHolderReturns: Return type: NXOpen.AME.PortAttributeHolderNew in version NX12.0.0.
License requirements: ad_automation_design (“FULL AUTOMATION DESIGNER”)
PortName¶
-
PortBuilder.PortName¶ Returns or sets the name of port
-------------------------------------Getter Method
Signature
PortNameReturns: Return type: str New in version NX11.0.0.
License requirements: ad_automation_design (“FULL AUTOMATION DESIGNER”)
-------------------------------------Setter Method
Signature
PortNameParameters: portName (str) – New in version NX11.0.0.
License requirements: ad_automation_design (“FULL AUTOMATION DESIGNER”)
PortType¶
-
PortBuilder.PortType¶ Returns or sets the type of port
-------------------------------------Getter Method
Signature
PortTypeReturns: Return type: str New in version NX11.0.0.
License requirements: ad_automation_design (“FULL AUTOMATION DESIGNER”)
-------------------------------------Setter Method
Signature
PortTypeParameters: type (str) – New in version NX11.0.0.
License requirements: ad_automation_design (“FULL AUTOMATION DESIGNER”)
ReuseLibraryItem¶
-
PortBuilder.ReuseLibraryItem¶ Returns the reuse library item
-------------------------------------Getter Method
Signature
ReuseLibraryItemReturns: Return type: NXOpen.Tooling.SelectReuseLibraryItemBuilderNew in version NX11.0.0.
License requirements: ad_automation_design (“FULL AUTOMATION DESIGNER”)
Method Detail¶
SetPortCardinality¶
-
PortBuilder.SetPortCardinality¶ Set the cardinality
Signature
SetPortCardinality(portCardinality)Parameters: portCardinality (str) – New in version NX11.0.0.
License requirements: ad_automation_design (“FULL AUTOMATION DESIGNER”)
SetPortDirection¶
-
PortBuilder.SetPortDirection¶ Set the direction
Signature
SetPortDirection(portDirection)Parameters: portDirection (str) – New in version NX11.0.0.
License requirements: ad_automation_design (“FULL AUTOMATION DESIGNER”)
Validate¶
-
PortBuilder.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.