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

Represents a collection of Axis . More...

Inheritance diagram for NXOpen::AxisCollection:
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::AxisCreateAxis (NXOpen::Point *point, NXOpen::Direction *direction, NXOpen::SmartObject::UpdateOption update)
 Creates an Axis from a Point and Direction .
NXOpen::AxisCreateAxis (const NXOpen::Point3d &point, const NXOpen::Vector3d &direction, NXOpen::SmartObject::UpdateOption update)
 Create a non-associative axis.
NXOpen::AxisCreateAxis (NXOpen::Axis *axis, NXOpen::Xform *xform, NXOpen::SmartObject::UpdateOption update)
 Creates a Axis using an extract Axis with optional Xform .
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 Axis .


To obtain an instance of this class, refer to BasePart

Created in NX3.0.1.


Member Function Documentation

Returns an iterator addressing the first element.

Creates an Axis from a Point and Direction .

Returns:
the axis
Created in NX3.0.0.

License requirements : solid_modeling ("SOLIDS MODELING") OR drafting ("DRAFTING")
Parameters:
pointThe point that defines the axis
directionThe vector that defines the axis
updateSmartObject::UpdateOptionWithinModeling is the only valid option at this time. This can only be used by feature update in modeling.

Create a non-associative axis.

Returns:
the axis
Created in NX5.0.0.

License requirements : solid_modeling ("SOLIDS MODELING") OR drafting ("DRAFTING")
Parameters:
pointThe point that defines the axis
directionThe vector that defines the axis
updateSmartObject::UpdateOptionWithinModeling is the only valid option at this time. This can only be used by feature update in modeling.

Creates a Axis using an extract Axis with optional Xform .

Returns:

Created in NX5.0.0.

License requirements : solid_modeling ("SOLIDS MODELING") OR drafting ("DRAFTING")
Parameters:
axisaxis
xformThe Optional Xform
updateupdate

Returns an iterator addressing one past the last element.

tag_t NXOpen::AxisCollection::Tag ( ) const

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.