|
NX Open C++ Reference Guide
|
Represents a collection of ProxyPort objects. More...
Classes | |
| class | iterator |
| Iterator for accessing the contents of the collection. More... | |
Public Member Functions | |
| iterator | begin () |
| Returns an iterator addressing the first element. | |
| NXOpen::Routing::ProxyPort * | CreateProxyPort (const NXOpen::Point3d &origin, const NXOpen::Vector3d &alignmentVector, const NXOpen::Vector3d &rotationVector, NXOpen::DisplayableObject *rotationObject, double clockAngle) |
| Creates a ProxyPort with a rotation vector at an absolute location. | |
| NXOpen::Routing::ProxyPort * | CreateProxyPort (const NXOpen::Point3d &origin, const NXOpen::Vector3d &alignmentVector) |
| Creates a ProxyPort with no rotation vector at an absolute location. | |
| NXOpen::Routing::ProxyPort * | CreateProxyPort (const NXOpen::Point3d &origin, const NXOpen::Vector3d &alignmentVector, const NXOpen::Vector3d &rotationVector, NXOpen::DisplayableObject *rotationObject, double clockAngle, NXOpen::Point *point) |
| Creates a ProxyPort with a rotation vector at a point. | |
| NXOpen::Routing::ProxyPort * | CreateProxyPort (const NXOpen::Point3d &origin, const NXOpen::Vector3d &alignmentVector, NXOpen::Point *point) |
| Creates a ProxyPort with no rotation vector at a point. | |
| NXOpen::Routing::ProxyPort * | CreateProxyPort (const NXOpen::Point3d &origin, const NXOpen::Vector3d &alignmentVector, const NXOpen::Vector3d &rotationVector, NXOpen::DisplayableObject *rotationObject, double clockAngle, NXOpen::Axis *axis) |
| Creates a ProxyPort with a rotation vector on an axis. | |
| NXOpen::Routing::ProxyPort * | CreateProxyPort (const NXOpen::Point3d &origin, const NXOpen::Vector3d &alignmentVector, NXOpen::Axis *derivationObject) |
| Creates a ProxyPort with no rotation vector on an axis. | |
| NXOpen::Routing::ProxyPort * | CreateProxyPort (const NXOpen::Point3d &origin, const NXOpen::Vector3d &alignmentVector, const NXOpen::Vector3d &rotationVector, NXOpen::DisplayableObject *rotationObject, double clockAngle, bool allowMultipleConnections) |
| Creates a ProxyPort with a rotation vector at an absolute location. | |
| NXOpen::Routing::ProxyPort * | CreateProxyPort (const NXOpen::Point3d &origin, const NXOpen::Vector3d &alignmentVector, bool allowMultipleConnections) |
| Creates a ProxyPort with no rotation vector at an absolute location. | |
| NXOpen::Routing::ProxyPort * | CreateProxyPort (const NXOpen::Point3d &origin, const NXOpen::Vector3d &alignmentVector, const NXOpen::Vector3d &rotationVector, NXOpen::DisplayableObject *rotationObject, double clockAngle, NXOpen::Point *point, bool allowMultipleConnections) |
| Creates a ProxyPort with a rotation vector at a point. | |
| NXOpen::Routing::ProxyPort * | CreateProxyPort (const NXOpen::Point3d &origin, const NXOpen::Vector3d &alignmentVector, NXOpen::Point *point, bool allowMultipleConnections) |
| Creates a ProxyPort with no rotation vector at a point. | |
| NXOpen::Routing::ProxyPort * | CreateProxyPort (const NXOpen::Point3d &origin, const NXOpen::Vector3d &alignmentVector, const NXOpen::Vector3d &rotationVector, NXOpen::DisplayableObject *rotationObject, double clockAngle, NXOpen::Axis *axis, bool allowMultipleConnections) |
| Creates a ProxyPort with a rotation vector on an axis. | |
| NXOpen::Routing::ProxyPort * | CreateProxyPort (const NXOpen::Point3d &origin, const NXOpen::Vector3d &alignmentVector, NXOpen::Axis *derivationObject, bool allowMultipleConnections) |
| Creates a ProxyPort with no rotation vector on an axis. | |
| iterator | end () |
| Returns an iterator addressing one past the last element. | |
| tag_t | Tag () const |
| Returns the tag of this object. | |
Represents a collection of ProxyPort objects.
To obtain an instance of this class, refer to Routing::RouteManager
Created in NX8.0.0.
| iterator NXOpen::Routing::ProxyPortCollection::begin | ( | ) |
Returns an iterator addressing the first element.
| NXOpen::Routing::ProxyPort* NXOpen::Routing::ProxyPortCollection::CreateProxyPort | ( | const NXOpen::Point3d & | origin, |
| const NXOpen::Vector3d & | alignmentVector, | ||
| const NXOpen::Vector3d & | rotationVector, | ||
| NXOpen::DisplayableObject * | rotationObject, | ||
| double | clockAngle | ||
| ) |
Creates a ProxyPort with a rotation vector at an absolute location.
Default allows multiple connections to this port.
| origin | Origin of the proxy port |
| alignmentVector | Alignment vector of the proxy port |
| rotationVector | Rotation Vector of the proxy port |
| rotationObject | Rotation derivation object, may be NULL |
| clockAngle | Clock angle increment in degrees for the rotation vector |
| NXOpen::Routing::ProxyPort* NXOpen::Routing::ProxyPortCollection::CreateProxyPort | ( | const NXOpen::Point3d & | origin, |
| const NXOpen::Vector3d & | alignmentVector | ||
| ) |
Creates a ProxyPort with no rotation vector at an absolute location.
Default allows multiple connections to this port.
| origin | Origin of the proxy port |
| alignmentVector | Alignment vector of the proxy port |
| NXOpen::Routing::ProxyPort* NXOpen::Routing::ProxyPortCollection::CreateProxyPort | ( | const NXOpen::Point3d & | origin, |
| const NXOpen::Vector3d & | alignmentVector, | ||
| const NXOpen::Vector3d & | rotationVector, | ||
| NXOpen::DisplayableObject * | rotationObject, | ||
| double | clockAngle, | ||
| NXOpen::Point * | point | ||
| ) |
Creates a ProxyPort with a rotation vector at a point.
Default allows multiple connections to this port.
| origin | Origin of the proxy port |
| alignmentVector | Alignment vector of the proxy port |
| rotationVector | Rotation Vector of the proxy port |
| rotationObject | Rotation derivation object, may be NULL |
| clockAngle | Clock angle increment in degrees for the rotation vector |
| point | Proxy Port derived from this point |
| NXOpen::Routing::ProxyPort* NXOpen::Routing::ProxyPortCollection::CreateProxyPort | ( | const NXOpen::Point3d & | origin, |
| const NXOpen::Vector3d & | alignmentVector, | ||
| NXOpen::Point * | point | ||
| ) |
Creates a ProxyPort with no rotation vector at a point.
Default allows multiple connections to this port.
| origin | Origin of the proxy port |
| alignmentVector | Alignment vector of the proxy port |
| point | Proxy Port derived from this point |
| NXOpen::Routing::ProxyPort* NXOpen::Routing::ProxyPortCollection::CreateProxyPort | ( | const NXOpen::Point3d & | origin, |
| const NXOpen::Vector3d & | alignmentVector, | ||
| const NXOpen::Vector3d & | rotationVector, | ||
| NXOpen::DisplayableObject * | rotationObject, | ||
| double | clockAngle, | ||
| NXOpen::Axis * | axis | ||
| ) |
Creates a ProxyPort with a rotation vector on an axis.
Default allows multiple connections to this port.
| origin | Origin of the proxy port |
| alignmentVector | Alignment vector of the proxy port |
| rotationVector | Rotation Vector of the proxy port |
| rotationObject | Rotation derivation object, may be NULL |
| clockAngle | Clock angle increment in degrees for the rotation vector |
| axis | Proxy Port derived from this axis |
| NXOpen::Routing::ProxyPort* NXOpen::Routing::ProxyPortCollection::CreateProxyPort | ( | const NXOpen::Point3d & | origin, |
| const NXOpen::Vector3d & | alignmentVector, | ||
| NXOpen::Axis * | derivationObject | ||
| ) |
Creates a ProxyPort with no rotation vector on an axis.
Default allows multiple connections to this port.
| origin | Origin of the proxy port |
| alignmentVector | Alignment vector of the proxy port |
| derivationObject | Proxy Port derived from this axis |
| NXOpen::Routing::ProxyPort* NXOpen::Routing::ProxyPortCollection::CreateProxyPort | ( | const NXOpen::Point3d & | origin, |
| const NXOpen::Vector3d & | alignmentVector, | ||
| const NXOpen::Vector3d & | rotationVector, | ||
| NXOpen::DisplayableObject * | rotationObject, | ||
| double | clockAngle, | ||
| bool | allowMultipleConnections | ||
| ) |
Creates a ProxyPort with a rotation vector at an absolute location.
| origin | Origin of the proxy port |
| alignmentVector | Alignment vector of the proxy port |
| rotationVector | Rotation Vector of the proxy port |
| rotationObject | Rotation derivation object, may be NULL |
| clockAngle | Clock angle increment in degrees for the rotation vector |
| allowMultipleConnections | Does this fitting port allow multiple wires to be routed to it? |
| NXOpen::Routing::ProxyPort* NXOpen::Routing::ProxyPortCollection::CreateProxyPort | ( | const NXOpen::Point3d & | origin, |
| const NXOpen::Vector3d & | alignmentVector, | ||
| bool | allowMultipleConnections | ||
| ) |
Creates a ProxyPort with no rotation vector at an absolute location.
| origin | Origin of the proxy port |
| alignmentVector | Alignment vector of the proxy port |
| allowMultipleConnections | Does this fitting port allow multiple wires to be routed to it? |
| NXOpen::Routing::ProxyPort* NXOpen::Routing::ProxyPortCollection::CreateProxyPort | ( | const NXOpen::Point3d & | origin, |
| const NXOpen::Vector3d & | alignmentVector, | ||
| const NXOpen::Vector3d & | rotationVector, | ||
| NXOpen::DisplayableObject * | rotationObject, | ||
| double | clockAngle, | ||
| NXOpen::Point * | point, | ||
| bool | allowMultipleConnections | ||
| ) |
Creates a ProxyPort with a rotation vector at a point.
| origin | Origin of the proxy port |
| alignmentVector | Alignment vector of the proxy port |
| rotationVector | Rotation Vector of the proxy port |
| rotationObject | Rotation derivation object, may be NULL |
| clockAngle | Clock angle increment in degrees for the rotation vector |
| point | Proxy Port derived from this point |
| allowMultipleConnections | Does this fitting port allow multiple wires to be routed to it? |
| NXOpen::Routing::ProxyPort* NXOpen::Routing::ProxyPortCollection::CreateProxyPort | ( | const NXOpen::Point3d & | origin, |
| const NXOpen::Vector3d & | alignmentVector, | ||
| NXOpen::Point * | point, | ||
| bool | allowMultipleConnections | ||
| ) |
Creates a ProxyPort with no rotation vector at a point.
| origin | Origin of the proxy port |
| alignmentVector | Alignment vector of the proxy port |
| point | Proxy Port derived from this point |
| allowMultipleConnections | Does this fitting port allow multiple wires to be routed to it? |
| NXOpen::Routing::ProxyPort* NXOpen::Routing::ProxyPortCollection::CreateProxyPort | ( | const NXOpen::Point3d & | origin, |
| const NXOpen::Vector3d & | alignmentVector, | ||
| const NXOpen::Vector3d & | rotationVector, | ||
| NXOpen::DisplayableObject * | rotationObject, | ||
| double | clockAngle, | ||
| NXOpen::Axis * | axis, | ||
| bool | allowMultipleConnections | ||
| ) |
Creates a ProxyPort with a rotation vector on an axis.
| origin | Origin of the proxy port |
| alignmentVector | Alignment vector of the proxy port |
| rotationVector | Rotation Vector of the proxy port |
| rotationObject | Rotation derivation object, may be NULL |
| clockAngle | Clock angle increment in degrees for the rotation vector |
| axis | Proxy Port derived from this axis |
| allowMultipleConnections | Does this fitting port allow multiple wires to be routed to it? |
| NXOpen::Routing::ProxyPort* NXOpen::Routing::ProxyPortCollection::CreateProxyPort | ( | const NXOpen::Point3d & | origin, |
| const NXOpen::Vector3d & | alignmentVector, | ||
| NXOpen::Axis * | derivationObject, | ||
| bool | allowMultipleConnections | ||
| ) |
Creates a ProxyPort with no rotation vector on an axis.
| origin | Origin of the proxy port |
| alignmentVector | Alignment vector of the proxy port |
| derivationObject | Proxy Port derived from this axis |
| allowMultipleConnections | Does this fitting port allow multiple wires to be routed to it? |
| iterator NXOpen::Routing::ProxyPortCollection::end | ( | ) |
Returns an iterator addressing one past the last element.
| tag_t NXOpen::Routing::ProxyPortCollection::Tag | ( | ) | const |
Returns the tag of this object.