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

Represents a collection of coordinate systems
To obtain an instance of this class, refer to BasePart

Created in NX3.0.0. More...

Inheritance diagram for NXOpen::CoordinateSystemCollection:
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::CartesianCoordinateSystemCreateCoordinateSystem (const NXOpen::Point3d &origin, const NXOpen::Matrix3x3 &orientation, bool isTemporary)
 Creates a new cartesian coordinate system.
NXOpen::CartesianCoordinateSystemCreateCoordinateSystem (const NXOpen::Point3d &origin, const NXOpen::Vector3d &xDirection, const NXOpen::Vector3d &yDirection)
 Creates a new cartesian coordinate system.
NXOpen::CartesianCoordinateSystemCreateCoordinateSystem (const NXOpen::Point3d &origin, NXOpen::NXMatrix *orientation, bool isTemporary)
 Creates a new cartesian coordinate system.
NXOpen::CartesianCoordinateSystemCreateCoordinateSystem (NXOpen::Xform *xform, NXOpen::SmartObject::UpdateOption update)
 Creates a CartesianCoordinateSystem from a Xform and update option.
NXOpen::CylindricalCoordinateSystemCreateCylindricalCoordinateSystem (const NXOpen::Point3d &origin, const NXOpen::Vector3d &xDirection, const NXOpen::Vector3d &yDirection)
 Creates a new cylindrical coordinate system.
NXOpen::CylindricalCoordinateSystemCreateCylindricalCoordinateSystem (const NXOpen::Point3d &origin, NXOpen::NXMatrix *orientation, bool isTemporary)
 Creates a new cylindrical coordinate system.
NXOpen::CylindricalCoordinateSystemCreateCylindricalCoordinateSystem (NXOpen::Xform *xform, NXOpen::SmartObject::UpdateOption update)
 Creates a CylindricalCoordinateSystem from a Xform and update option.
NXOpen::SphericalCoordinateSystemCreateSphericalCoordinateSystem (const NXOpen::Point3d &origin, const NXOpen::Vector3d &xDirection, const NXOpen::Vector3d &yDirection)
 Creates a new spherical coordinate system.
NXOpen::SphericalCoordinateSystemCreateSphericalCoordinateSystem (const NXOpen::Point3d &origin, NXOpen::NXMatrix *orientation, bool isTemporary)
 Creates a new spherical coordinate system.
NXOpen::SphericalCoordinateSystemCreateSphericalCoordinateSystem (NXOpen::Xform *xform, NXOpen::SmartObject::UpdateOption update)
 Creates a SphericalCoordinateSystem from a Xform and update option.
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 coordinate systems
To obtain an instance of this class, refer to BasePart

Created in NX3.0.0.



Member Function Documentation

Returns an iterator addressing the first element.

Creates a new cartesian coordinate system.

Returns:
The created CartesianCoordinateSystem
Created in NX3.0.0.

License requirements : None
Parameters:
originOrigin of the new coordinate system (relative to the absolute coordinate system)
orientationOrientation of the new coordinate system (relative to the absolute coordinate system). Must be orthonormal.
isTemporaryIf the coordinate system is temporary, it will not be displayed and it will not be saved in the part file

Creates a new cartesian coordinate system.

Returns:
The created CartesianCoordinateSystem
Created in NX5.0.0.

License requirements : None
Parameters:
originOrigin of the new coordinate system (relative to the absolute coordinate system)
xDirectionx direction of the new coordinate system (relative to the absolute coordinate system)
yDirectiony direction of the new coordinate system (relative to the absolute coordinate system)

Creates a new cartesian coordinate system.

Returns:
The created CartesianCoordinateSystem
Created in NX3.0.0.

License requirements : None
Parameters:
originOrigin of the new coordinate system (relative to the absolute coordinate system
orientationOrientation of the new coordinate system
isTemporaryIf the coordinate system is temporary, it will not be displayed and it will not be saved in the part file

Creates a CartesianCoordinateSystem from a Xform and update option.

Returns:
The created CartesianCoordinateSystem
Created in NX4.0.0.

License requirements : None
Parameters:
xformthe Xform of the coordinate system
updateupdate option

Creates a new cylindrical coordinate system.

Returns:
The created CylindricalCoordinateSystem
Created in NX5.0.0.

License requirements : None
Parameters:
originOrigin of the new coordinate system (relative to the absolute coordinate system)
xDirectionx direction of the new coordinate system (relative to the absolute coordinate system)
yDirectiony direction of the new coordinate system (relative to the absolute coordinate system)

Creates a new cylindrical coordinate system.

Returns:
The created CylindricalCoordinateSystem
Created in NX4.0.0.

License requirements : None
Parameters:
originOrigin of the new coordinate system (relative to the absolute coordinate system
orientationOrientation of the new coordinate system
isTemporaryIf the coordinate system is temporary, it will not be displayed and it will not be saved in the part file

Creates a CylindricalCoordinateSystem from a Xform and update option.

Returns:
The created CylindricalCoordinateSystem
Created in NX4.0.0.

License requirements : None
Parameters:
xformthe Xform of the coordinate system
updateupdate option

Creates a new spherical coordinate system.

Returns:
The created SphericalCoordinateSystem
Created in NX5.0.0.

License requirements : None
Parameters:
originOrigin of the new coordinate system (relative to the absolute coordinate system)
xDirectionx direction of the new coordinate system (relative to the absolute coordinate system)
yDirectiony direction of the new coordinate system (relative to the absolute coordinate system)

Creates a new spherical coordinate system.

Returns:
The created SphericalCoordinateSystem
Created in NX4.0.0.

License requirements : None
Parameters:
originOrigin of the new coordinate system (relative to the absolute coordinate system
orientationOrientation of the new coordinate system
isTemporaryIf the coordinate system is temporary, it will not be displayed and it will not be saved in the part file

Creates a SphericalCoordinateSystem from a Xform and update option.

Returns:
The created SphericalCoordinateSystem
Created in NX4.0.0.

License requirements : None
Parameters:
xformthe Xform of the coordinate system
updateupdate option

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.