NX Open C++ Reference Guide
Classes | Public Member Functions
NXOpen::Routing::FixturePortCollection Class Reference

Represents a collection of FixturePort objects. More...

Inheritance diagram for NXOpen::Routing::FixturePortCollection:
NXOpen::TaggedObjectCollection

List of all members.

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::FixturePortCreateFixturePort (const NXOpen::Point3d &origin, const NXOpen::Vector3d &alignmentVector, const NXOpen::Vector3d &rotationVector, NXOpen::DisplayableObject *rotationObject, double clockAngle)
 Creates a FixturePort with a rotation vector at an absolute location.
NXOpen::Routing::FixturePortCreateFixturePort (const NXOpen::Point3d &origin, const NXOpen::Vector3d &alignmentVector)
 Creates a FixturePort with no rotation vector at an absolute location.
NXOpen::Routing::FixturePortCreateFixturePort (const NXOpen::Point3d &origin, const NXOpen::Vector3d &alignmentVector, const NXOpen::Vector3d &rotationVector, NXOpen::DisplayableObject *rotationObject, double clockAngle, NXOpen::Point *point)
 Creates a FixturePort with a rotation vector at a point.
NXOpen::Routing::FixturePortCreateFixturePort (const NXOpen::Point3d &origin, const NXOpen::Vector3d &alignmentVector, NXOpen::Point *point)
 Creates a FixturePort with no rotation vector at a point.
NXOpen::Routing::FixturePortCreateFixturePort (const NXOpen::Point3d &origin, const NXOpen::Vector3d &alignmentVector, const NXOpen::Vector3d &rotationVector, NXOpen::DisplayableObject *rotationObject, double clockAngle, NXOpen::Axis *axis)
 Creates a FixturePort with a rotation vector on an axis.
NXOpen::Routing::FixturePortCreateFixturePort (const NXOpen::Point3d &origin, const NXOpen::Vector3d &alignmentVector, NXOpen::Axis *derivationObject)
 Creates a FixturePort with no rotation vector on an axis.
NXOpen::Routing::FixturePortCreateFixturePort (const NXOpen::Point3d &origin, const NXOpen::Vector3d &alignmentVector, const NXOpen::Vector3d &rotationVector, NXOpen::DisplayableObject *rotationObject, double clockAngle, bool allowMultipleConnections)
 Creates a FixturePort with a rotation vector at an absolute location.
NXOpen::Routing::FixturePortCreateFixturePort (const NXOpen::Point3d &origin, const NXOpen::Vector3d &alignmentVector, bool allowMultipleConnections)
 Creates a FixturePort with no rotation vector at an absolute location.
NXOpen::Routing::FixturePortCreateFixturePort (const NXOpen::Point3d &origin, const NXOpen::Vector3d &alignmentVector, const NXOpen::Vector3d &rotationVector, NXOpen::DisplayableObject *rotationObject, double clockAngle, NXOpen::Point *point, bool allowMultipleConnections)
 Creates a FixturePort with a rotation vector at a point.
NXOpen::Routing::FixturePortCreateFixturePort (const NXOpen::Point3d &origin, const NXOpen::Vector3d &alignmentVector, NXOpen::Point *point, bool allowMultipleConnections)
 Creates a FixturePort with no rotation vector at a point.
NXOpen::Routing::FixturePortCreateFixturePort (const NXOpen::Point3d &origin, const NXOpen::Vector3d &alignmentVector, const NXOpen::Vector3d &rotationVector, NXOpen::DisplayableObject *rotationObject, double clockAngle, NXOpen::Axis *axis, bool allowMultipleConnections)
 Creates a FixturePort with a rotation vector on an axis.
NXOpen::Routing::FixturePortCreateFixturePort (const NXOpen::Point3d &origin, const NXOpen::Vector3d &alignmentVector, NXOpen::Axis *derivationObject, bool allowMultipleConnections)
 Creates a FixturePort 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.

Detailed Description

Represents a collection of FixturePort objects.


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

Created in NX4.0.0.


Member Function Documentation

Returns an iterator addressing the first element.

NXOpen::Routing::FixturePort* NXOpen::Routing::FixturePortCollection::CreateFixturePort ( const NXOpen::Point3d origin,
const NXOpen::Vector3d alignmentVector,
const NXOpen::Vector3d rotationVector,
NXOpen::DisplayableObject rotationObject,
double  clockAngle 
)

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

Default allows multiple connections to this port.

Returns:

Created in NX4.0.0.

License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")
Parameters:
originOrigin of the fixture port
alignmentVectorAlignment vector of the fixture port
rotationVectorRotation Vector of the fixture port
rotationObjectRotation derivation object, may be NULL
clockAngleClock angle increment in degrees for the rotation vector

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

Default allows multiple connections to this port.

Returns:

Created in NX4.0.0.

License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")
Parameters:
originOrigin of the fixture port
alignmentVectorAlignment vector of the fixture port
NXOpen::Routing::FixturePort* NXOpen::Routing::FixturePortCollection::CreateFixturePort ( const NXOpen::Point3d origin,
const NXOpen::Vector3d alignmentVector,
const NXOpen::Vector3d rotationVector,
NXOpen::DisplayableObject rotationObject,
double  clockAngle,
NXOpen::Point point 
)

Creates a FixturePort with a rotation vector at a point.

Default allows multiple connections to this port.

Returns:

Created in NX4.0.0.

License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")
Parameters:
originOrigin of the fixture port
alignmentVectorAlignment vector of the fixture port
rotationVectorRotation Vector of the fixture port
rotationObjectRotation derivation object, may be NULL
clockAngleClock angle increment in degrees for the rotation vector
pointFixture Port derived from this point

Creates a FixturePort with no rotation vector at a point.

Default allows multiple connections to this port.

Returns:

Created in NX4.0.0.

License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")
Parameters:
originOrigin of the fixture port
alignmentVectorAlignment vector of the fixture port
pointFixture Port derived from this point
NXOpen::Routing::FixturePort* NXOpen::Routing::FixturePortCollection::CreateFixturePort ( const NXOpen::Point3d origin,
const NXOpen::Vector3d alignmentVector,
const NXOpen::Vector3d rotationVector,
NXOpen::DisplayableObject rotationObject,
double  clockAngle,
NXOpen::Axis axis 
)

Creates a FixturePort with a rotation vector on an axis.

Default allows multiple connections to this port.

Returns:

Created in NX4.0.0.

License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")
Parameters:
originOrigin of the fixture port
alignmentVectorAlignment vector of the fixture port
rotationVectorRotation Vector of the fixture port
rotationObjectRotation derivation object, may be NULL
clockAngleClock angle increment in degrees for the rotation vector
axisFixture Port derived from this axis

Creates a FixturePort with no rotation vector on an axis.

Default allows multiple connections to this port.

Returns:

Created in NX4.0.0.

License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")
Parameters:
originOrigin of the fixture port
alignmentVectorAlignment vector of the fixture port
derivationObjectFixture Port derived from this axis
NXOpen::Routing::FixturePort* NXOpen::Routing::FixturePortCollection::CreateFixturePort ( const NXOpen::Point3d origin,
const NXOpen::Vector3d alignmentVector,
const NXOpen::Vector3d rotationVector,
NXOpen::DisplayableObject rotationObject,
double  clockAngle,
bool  allowMultipleConnections 
)

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

Returns:

Created in NX5.0.0.

License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")
Parameters:
originOrigin of the fixture port
alignmentVectorAlignment vector of the fixture port
rotationVectorRotation Vector of the fixture 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::FixturePort* NXOpen::Routing::FixturePortCollection::CreateFixturePort ( const NXOpen::Point3d origin,
const NXOpen::Vector3d alignmentVector,
bool  allowMultipleConnections 
)

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

Returns:

Created in NX5.0.0.

License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")
Parameters:
originOrigin of the fixture port
alignmentVectorAlignment vector of the fixture port
allowMultipleConnectionsDoes this fitting port allow multiple wires to be routed to it?
NXOpen::Routing::FixturePort* NXOpen::Routing::FixturePortCollection::CreateFixturePort ( const NXOpen::Point3d origin,
const NXOpen::Vector3d alignmentVector,
const NXOpen::Vector3d rotationVector,
NXOpen::DisplayableObject rotationObject,
double  clockAngle,
NXOpen::Point point,
bool  allowMultipleConnections 
)

Creates a FixturePort with a rotation vector at a point.

Returns:

Created in NX5.0.0.

License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")
Parameters:
originOrigin of the fixture port
alignmentVectorAlignment vector of the fixture port
rotationVectorRotation Vector of the fixture port
rotationObjectRotation derivation object, may be NULL
clockAngleClock angle increment in degrees for the rotation vector
pointFixture Port derived from this point
allowMultipleConnectionsDoes this fitting port allow multiple wires to be routed to it?
NXOpen::Routing::FixturePort* NXOpen::Routing::FixturePortCollection::CreateFixturePort ( const NXOpen::Point3d origin,
const NXOpen::Vector3d alignmentVector,
NXOpen::Point point,
bool  allowMultipleConnections 
)

Creates a FixturePort with no rotation vector at a point.

Returns:

Created in NX5.0.0.

License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")
Parameters:
originOrigin of the fixture port
alignmentVectorAlignment vector of the fixture port
pointFixture Port derived from this point
allowMultipleConnectionsDoes this fitting port allow multiple wires to be routed to it?
NXOpen::Routing::FixturePort* NXOpen::Routing::FixturePortCollection::CreateFixturePort ( const NXOpen::Point3d origin,
const NXOpen::Vector3d alignmentVector,
const NXOpen::Vector3d rotationVector,
NXOpen::DisplayableObject rotationObject,
double  clockAngle,
NXOpen::Axis axis,
bool  allowMultipleConnections 
)

Creates a FixturePort with a rotation vector on an axis.

Returns:

Created in NX5.0.0.

License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")
Parameters:
originOrigin of the fixture port
alignmentVectorAlignment vector of the fixture port
rotationVectorRotation Vector of the fixture port
rotationObjectRotation derivation object, may be NULL
clockAngleClock angle increment in degrees for the rotation vector
axisFixture Port derived from this axis
allowMultipleConnectionsDoes this fitting port allow multiple wires to be routed to it?
NXOpen::Routing::FixturePort* NXOpen::Routing::FixturePortCollection::CreateFixturePort ( const NXOpen::Point3d origin,
const NXOpen::Vector3d alignmentVector,
NXOpen::Axis derivationObject,
bool  allowMultipleConnections 
)

Creates a FixturePort with no rotation vector on an axis.

Returns:

Created in NX5.0.0.

License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")
Parameters:
originOrigin of the fixture port
alignmentVectorAlignment vector of the fixture port
derivationObjectFixture Port derived from this axis
allowMultipleConnectionsDoes this fitting port allow multiple wires to be routed to it?

Returns an iterator addressing one past the last element.

Returns the tag of this object.


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