NX Open C++ Reference Guide
Public Member Functions | List of all members
NXOpen::PID::Equipment Class Reference

Represents the equipment class. More...

Inheritance diagram for NXOpen::PID::Equipment:
NXOpen::PDM::LogicalElementRevision NXOpen::PDM::ConditionalElementRevision NXOpen::PDM::ModelElement NXOpen::NXObject NXOpen::PDM::IAttributeGroupOwner NXOpen::TaggedObject NXOpen::INXObject NXOpen::PID::PortEquipment

Public Member Functions

NXOpen::PID::PortGetPort (const NXString &portId)
 Get one port of the equipment by port ID. More...
 
NXOpen::PID::PortGetPort (const char *portId)
 Get one port of the equipment by port ID. More...
 
void GetPorts (std::vector< NXOpen::PID::Port * > &ports)
 Get ports of the equipment. More...
 

Additional Inherited Members

- Public Types inherited from NXOpen::NXObject
enum  AttributeType {
  AttributeTypeInvalid, AttributeTypeNull, AttributeTypeBoolean, AttributeTypeInteger,
  AttributeTypeReal, AttributeTypeString, AttributeTypeTime, AttributeTypeReference,
  AttributeTypeAny = 100
}
 Specifies attribute type. More...
 
enum  DateAndTimeFormat { DateAndTimeFormatNumeric, DateAndTimeFormatTextual }
 Specifies the format of the date and time attribute. More...
 

Detailed Description

Represents the equipment class.


To create or edit an instance of this class, use NXOpen::PID::EquipmentBuilder

Created in NX11.0.1.

Member Function Documentation

NXOpen::PID::Port* NXOpen::PID::Equipment::GetPort ( const NXString portId)

Get one port of the equipment by port ID.

Returns

Created in NX11.0.1.

License requirements : nx_pid_design_reader ("NX P and ID Design Reader") OR nx_pid_design_author ("NX P and ID Design Author")
Parameters
portIdportid
NXOpen::PID::Port* NXOpen::PID::Equipment::GetPort ( const char *  portId)

Get one port of the equipment by port ID.

Returns

Created in NX11.0.1.

License requirements : nx_pid_design_reader ("NX P and ID Design Reader") OR nx_pid_design_author ("NX P and ID Design Author")
Parameters
portIdportid
void NXOpen::PID::Equipment::GetPorts ( std::vector< NXOpen::PID::Port * > &  ports)

Get ports of the equipment.


Created in NX11.0.1.

License requirements : nx_pid_design_reader ("NX P and ID Design Reader") OR nx_pid_design_author ("NX P and ID Design Author")

Parameters
portsports

The documentation for this class was generated from the following file:
Copyright 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.