NX Open C++ Reference Guide
Classes | Public Member Functions | List of all members
NXOpen::Routing::MultiPortCollection Class Reference

Represents a collection of NXOpen::Routing::MultiPort objects. More...

Inheritance diagram for NXOpen::Routing::MultiPortCollection:
NXOpen::TaggedObjectCollection

Classes

class  iterator
 Iterator for accessing the contents of the collection. More...
 

Public Member Functions

iterator begin ()
 Returns an iterator addressing the first element. More...
 
NXOpen::Routing::MultiPortCreateMultiPort (const NXOpen::Point3d &origin, const NXOpen::Vector3d &alignmentVector, const NXOpen::Vector3d &rotationVector, NXOpen::DisplayableObject *rotationObject, double clockAngle)
 Creates a MultiPort with a rotation vector at an absolute location. More...
 
NXOpen::Routing::MultiPortCreateMultiPort (const NXOpen::Point3d &origin, const NXOpen::Vector3d &alignmentVector)
 Creates a MultiPort with no rotation vector at an absolute location. More...
 
NXOpen::Routing::MultiPortCreateMultiPort (const NXOpen::Point3d &origin, const NXOpen::Vector3d &alignmentVector, const NXOpen::Vector3d &rotationVector, NXOpen::DisplayableObject *rotationObject, double clockAngle, NXOpen::Point *point)
 Creates a MultiPort with a rotation vector at a point. More...
 
NXOpen::Routing::MultiPortCreateMultiPort (const NXOpen::Point3d &origin, const NXOpen::Vector3d &alignmentVector, NXOpen::Point *point)
 Creates a MultiPort with no rotation vector at a point. More...
 
NXOpen::Routing::MultiPortCreateMultiPort (const NXOpen::Point3d &origin, const NXOpen::Vector3d &alignmentVector, const NXOpen::Vector3d &rotationVector, NXOpen::DisplayableObject *rotationObject, double clockAngle, NXOpen::Axis *axis)
 Creates a MultiPort with a rotation vector on an axis. More...
 
NXOpen::Routing::MultiPortCreateMultiPort (const NXOpen::Point3d &origin, const NXOpen::Vector3d &alignmentVector, NXOpen::Axis *derivationObject)
 Creates a MultiPort with no rotation vector on an axis. More...
 
NXOpen::Routing::MultiPortCreateMultiPort (const NXOpen::Point3d &origin, const NXOpen::Vector3d &alignmentVector, const NXOpen::Vector3d &rotationVector, NXOpen::DisplayableObject *rotationObject, double clockAngle, bool allowMultipleConnections)
 Creates a MultiPort with a rotation vector at an absolute location. More...
 
NXOpen::Routing::MultiPortCreateMultiPort (const NXOpen::Point3d &origin, const NXOpen::Vector3d &alignmentVector, bool allowMultipleConnections)
 Creates a MultiPort with no rotation vector at an absolute location. More...
 
NXOpen::Routing::MultiPortCreateMultiPort (const NXOpen::Point3d &origin, const NXOpen::Vector3d &alignmentVector, const NXOpen::Vector3d &rotationVector, NXOpen::DisplayableObject *rotationObject, double clockAngle, NXOpen::Point *point, bool allowMultipleConnections)
 Creates a MultiPort with a rotation vector at a point. More...
 
NXOpen::Routing::MultiPortCreateMultiPort (const NXOpen::Point3d &origin, const NXOpen::Vector3d &alignmentVector, NXOpen::Point *point, bool allowMultipleConnections)
 Creates a MultiPort with no rotation vector at a point. More...
 
NXOpen::Routing::MultiPortCreateMultiPort (const NXOpen::Point3d &origin, const NXOpen::Vector3d &alignmentVector, const NXOpen::Vector3d &rotationVector, NXOpen::DisplayableObject *rotationObject, double clockAngle, NXOpen::Axis *axis, bool allowMultipleConnections)
 Creates a MultiPort with a rotation vector on an axis. More...
 
NXOpen::Routing::MultiPortCreateMultiPort (const NXOpen::Point3d &origin, const NXOpen::Vector3d &alignmentVector, NXOpen::Axis *derivationObject, bool allowMultipleConnections)
 Creates a MultiPort with no rotation vector on an axis. More...
 
iterator end ()
 Returns an iterator addressing one past the last element. More...
 
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Represents a collection of NXOpen::Routing::MultiPort objects.


To obtain an instance of this class, refer to NXOpen::Routing::RouteManager

Created in NX4.0.0.

Member Function Documentation

iterator NXOpen::Routing::MultiPortCollection::begin ( )

Returns an iterator addressing the first element.

NXOpen::Routing::MultiPort* NXOpen::Routing::MultiPortCollection::CreateMultiPort ( const NXOpen::Point3d origin,
const NXOpen::Vector3d alignmentVector,
const NXOpen::Vector3d rotationVector,
NXOpen::DisplayableObject rotationObject,
double  clockAngle 
)

Creates a MultiPort with a rotation vector at an absolute location.

Default allows multiple connections to this port.

Returns

Created in NX4.0.0.

License requirements : routing_base ("Routing Basic")
Parameters
originOrigin of the multi port
alignmentVectorAlignment vector of the multi port
rotationVectorRotation Vector of the multi port
rotationObjectRotation derivation object, may be NULL
clockAngleClock angle increment in degrees for the rotation vector
NXOpen::Routing::MultiPort* NXOpen::Routing::MultiPortCollection::CreateMultiPort ( const NXOpen::Point3d origin,
const NXOpen::Vector3d alignmentVector 
)

Creates a MultiPort with no rotation vector at an absolute location.

Default allows multiple connections to this port.

Returns

Created in NX4.0.0.

License requirements : routing_base ("Routing Basic")
Parameters
originOrigin of the multi port
alignmentVectorAlignment vector of the multi port
NXOpen::Routing::MultiPort* NXOpen::Routing::MultiPortCollection::CreateMultiPort ( const NXOpen::Point3d origin,
const NXOpen::Vector3d alignmentVector,
const NXOpen::Vector3d rotationVector,
NXOpen::DisplayableObject rotationObject,
double  clockAngle,
NXOpen::Point point 
)

Creates a MultiPort with a rotation vector at a point.

Default allows multiple connections to this port.

Returns

Created in NX4.0.0.

License requirements : routing_base ("Routing Basic")
Parameters
originOrigin of the multi port
alignmentVectorAlignment vector of the multi port
rotationVectorRotation Vector of the multi port
rotationObjectRotation derivation object, may be NULL
clockAngleClock angle increment in degrees for the rotation vector
pointMulti Port derived from this point
NXOpen::Routing::MultiPort* NXOpen::Routing::MultiPortCollection::CreateMultiPort ( const NXOpen::Point3d origin,
const NXOpen::Vector3d alignmentVector,
NXOpen::Point point 
)

Creates a MultiPort with no rotation vector at a point.

Default allows multiple connections to this port.

Returns

Created in NX4.0.0.

License requirements : routing_base ("Routing Basic")
Parameters
originOrigin of the multi port
alignmentVectorAlignment vector of the multi port
pointMulti Port derived from this point
NXOpen::Routing::MultiPort* NXOpen::Routing::MultiPortCollection::CreateMultiPort ( const NXOpen::Point3d origin,
const NXOpen::Vector3d alignmentVector,
const NXOpen::Vector3d rotationVector,
NXOpen::DisplayableObject rotationObject,
double  clockAngle,
NXOpen::Axis axis 
)

Creates a MultiPort with a rotation vector on an axis.

Default allows multiple connections to this port.

Returns

Created in NX4.0.0.

License requirements : routing_base ("Routing Basic")
Parameters
originOrigin of the multi port
alignmentVectorAlignment vector of the multi port
rotationVectorRotation Vector of the multi port
rotationObjectRotation derivation object, may be NULL
clockAngleClock angle increment in degrees for the rotation vector
axisMulti Port derived from this axis
NXOpen::Routing::MultiPort* NXOpen::Routing::MultiPortCollection::CreateMultiPort ( const NXOpen::Point3d origin,
const NXOpen::Vector3d alignmentVector,
NXOpen::Axis derivationObject 
)

Creates a MultiPort with no rotation vector on an axis.

Default allows multiple connections to this port.

Returns

Created in NX4.0.0.

License requirements : routing_base ("Routing Basic")
Parameters
originOrigin of the multi port
alignmentVectorAlignment vector of the multi port
derivationObjectMulti Port derived from this axis
NXOpen::Routing::MultiPort* NXOpen::Routing::MultiPortCollection::CreateMultiPort ( const NXOpen::Point3d origin,
const NXOpen::Vector3d alignmentVector,
const NXOpen::Vector3d rotationVector,
NXOpen::DisplayableObject rotationObject,
double  clockAngle,
bool  allowMultipleConnections 
)

Creates a MultiPort with a rotation vector at an absolute location.

Returns

Created in NX5.0.0.

License requirements : routing_base ("Routing Basic")
Parameters
originOrigin of the multi port
alignmentVectorAlignment vector of the multi port
rotationVectorRotation Vector of the multi port
rotationObjectRotation derivation object, may be NULL
clockAngleClock angle increment in degrees for the rotation vector
allowMultipleConnectionsDoes this fitting port allow multiple wires to be routed to it?
NXOpen::Routing::MultiPort* NXOpen::Routing::MultiPortCollection::CreateMultiPort ( const NXOpen::Point3d origin,
const NXOpen::Vector3d alignmentVector,
bool  allowMultipleConnections 
)

Creates a MultiPort with no rotation vector at an absolute location.

Returns

Created in NX5.0.0.

License requirements : routing_base ("Routing Basic")
Parameters
originOrigin of the multi port
alignmentVectorAlignment vector of the multi port
allowMultipleConnectionsDoes this fitting port allow multiple wires to be routed to it?
NXOpen::Routing::MultiPort* NXOpen::Routing::MultiPortCollection::CreateMultiPort ( const NXOpen::Point3d origin,
const NXOpen::Vector3d alignmentVector,
const NXOpen::Vector3d rotationVector,
NXOpen::DisplayableObject rotationObject,
double  clockAngle,
NXOpen::Point point,
bool  allowMultipleConnections 
)

Creates a MultiPort with a rotation vector at a point.

Returns

Created in NX5.0.0.

License requirements : routing_base ("Routing Basic")
Parameters
originOrigin of the multi port
alignmentVectorAlignment vector of the multi port
rotationVectorRotation Vector of the multi port
rotationObjectRotation derivation object, may be NULL
clockAngleClock angle increment in degrees for the rotation vector
pointMulti Port derived from this point
allowMultipleConnectionsDoes this fitting port allow multiple wires to be routed to it?
NXOpen::Routing::MultiPort* NXOpen::Routing::MultiPortCollection::CreateMultiPort ( const NXOpen::Point3d origin,
const NXOpen::Vector3d alignmentVector,
NXOpen::Point point,
bool  allowMultipleConnections 
)

Creates a MultiPort with no rotation vector at a point.

Returns

Created in NX5.0.0.

License requirements : routing_base ("Routing Basic")
Parameters
originOrigin of the multi port
alignmentVectorAlignment vector of the multi port
pointMulti Port derived from this point
allowMultipleConnectionsDoes this fitting port allow multiple wires to be routed to it?
NXOpen::Routing::MultiPort* NXOpen::Routing::MultiPortCollection::CreateMultiPort ( const NXOpen::Point3d origin,
const NXOpen::Vector3d alignmentVector,
const NXOpen::Vector3d rotationVector,
NXOpen::DisplayableObject rotationObject,
double  clockAngle,
NXOpen::Axis axis,
bool  allowMultipleConnections 
)

Creates a MultiPort with a rotation vector on an axis.

Returns

Created in NX5.0.0.

License requirements : routing_base ("Routing Basic")
Parameters
originOrigin of the multi port
alignmentVectorAlignment vector of the multi port
rotationVectorRotation Vector of the multi port
rotationObjectRotation derivation object, may be NULL
clockAngleClock angle increment in degrees for the rotation vector
axisMulti Port derived from this axis
allowMultipleConnectionsDoes this fitting port allow multiple wires to be routed to it?
NXOpen::Routing::MultiPort* NXOpen::Routing::MultiPortCollection::CreateMultiPort ( const NXOpen::Point3d origin,
const NXOpen::Vector3d alignmentVector,
NXOpen::Axis derivationObject,
bool  allowMultipleConnections 
)

Creates a MultiPort with no rotation vector on an axis.

Returns

Created in NX5.0.0.

License requirements : routing_base ("Routing Basic")
Parameters
originOrigin of the multi port
alignmentVectorAlignment vector of the multi port
derivationObjectMulti Port derived from this axis
allowMultipleConnectionsDoes this fitting port allow multiple wires to be routed to it?
iterator NXOpen::Routing::MultiPortCollection::end ( )

Returns an iterator addressing one past the last element.

tag_t NXOpen::Routing::MultiPortCollection::Tag ( ) const

Returns the tag of this object.


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