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

Represents a collection of NXOpen::Direction . More...

Inheritance diagram for NXOpen::DirectionCollection:
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::DirectionCreateDirection (const NXOpen::Point3d &origin, const NXOpen::Vector3d &vector, NXOpen::SmartObject::UpdateOption update)
 Creates a NXOpen::Direction without parameters. More...
 
NXOpen::DirectionCreateDirection (NXOpen::Line *line, NXOpen::Sense sense, NXOpen::SmartObject::UpdateOption updateOption)
 Creates a NXOpen::Direction using a NXOpen::Line . More...
 
NXOpen::DirectionCreateDirection (NXOpen::IBaseCurve *edge, NXOpen::Sense sense, NXOpen::SmartObject::UpdateOption updateOption)
 Creates a NXOpen::Direction using a linear NXOpen::Edge or the axis of a conical NXOpen::Edge . More...
 
NXOpen::DirectionCreateDirection (NXOpen::DatumAxis *datumAxis, NXOpen::Sense sense, NXOpen::SmartObject::UpdateOption updateOption)
 Creates a NXOpen::Direction using a NXOpen::DatumAxis . More...
 
NXOpen::DirectionCreateDirection (NXOpen::Routing::ControlPoint *startPoint, NXOpen::Routing::ControlPoint *endPoint, NXOpen::SmartObject::UpdateOption updateOption)
 Creates a NXOpen::Direction using two NXOpen::Routing::ControlPoint s. More...
 
NXOpen::DirectionCreateDirection (NXOpen::Point *startPoint, NXOpen::Point *endPoint, NXOpen::SmartObject::UpdateOption updateOption)
 Creates a NXOpen::Direction using two NXOpen::Point s. More...
 
NXOpen::DirectionCreateDirection (NXOpen::IParameterizedSurface *face, NXOpen::Sense sense, NXOpen::SmartObject::UpdateOption updateOption)
 Creates a NXOpen::Direction using the normal of a NXOpen::Face or the axis of a cylindrical NXOpen::Face . More...
 
NXOpen::DirectionCreateDirection (NXOpen::IBasePlane *plane, NXOpen::Sense sense, NXOpen::SmartObject::UpdateOption updateOption)
 Creates a NXOpen::Direction using the normal of an NXOpen::IBasePlane . More...
 
NXOpen::DirectionCreateDirection (NXOpen::Sketch *plane, NXOpen::Sense sense, NXOpen::SmartObject::UpdateOption updateOption)
 Creates a NXOpen::Direction using the normal of a NXOpen::Sketch . More...
 
NXOpen::DirectionCreateDirection (NXOpen::Conic *conic, NXOpen::Sense sense, NXOpen::SmartObject::UpdateOption updateOption)
 Creates a NXOpen::Direction using the axis of a NXOpen::Conic . More...
 
NXOpen::DirectionCreateDirection (NXOpen::IBaseCurve *icurve, NXOpen::Scalar *t, NXOpen::Direction::OnCurveOption option, NXOpen::Sense sense, NXOpen::SmartObject::UpdateOption updateOption)
 Creates a NXOpen::Direction on a NXOpen::ICurve using a NXOpen::Scalar representing the t parameter. More...
 
NXOpen::DirectionCreateDirection (NXOpen::IBaseCurve *icurve, NXOpen::Point *point, NXOpen::Direction::OnCurveOption option, NXOpen::Sense sense, NXOpen::SmartObject::UpdateOption updateOption)
 Creates a NXOpen::Direction on a NXOpen::ICurve at a NXOpen::Point . More...
 
NXOpen::DirectionCreateDirection (NXOpen::Face *face, NXOpen::Scalar *u, NXOpen::Scalar *v, NXOpen::Sense sense, NXOpen::SmartObject::UpdateOption updateOption)
 Creates a Direction normal to the NXOpen::Face using two NXOpen::Scalar s representing the u and v parameters. More...
 
NXOpen::DirectionCreateDirection (NXOpen::Face *face, NXOpen::Scalar *u, NXOpen::Scalar *v, bool absoluteUv, NXOpen::Direction::OnFaceOption option, NXOpen::Direction *sectionDirection, NXOpen::Sense sense, NXOpen::SmartObject::UpdateOption updateOption)
 Creates a NXOpen::Direction on a NXOpen::Face using two NXOpen::Scalar s representing the u and v parameters with the option of direction on face. More...
 
NXOpen::DirectionCreateDirection (NXOpen::Face *face, NXOpen::Scalar *u, NXOpen::Scalar *v, bool absoluteUv, NXOpen::Scalar *sectionAngle, NXOpen::Sense sense, NXOpen::SmartObject::UpdateOption updateOption)
 Creates a sectional NXOpen::Direction on a NXOpen::Face using two NXOpen::Scalar s representing the u and v parameters and a NXOpen::Scalar representing section angle measured with respect to positive U parameter direction at u and v parameters of the face. More...
 
NXOpen::DirectionCreateDirection (NXOpen::Point *atPoint, NXOpen::Face *face, NXOpen::Direction::OnFaceOption option, NXOpen::SmartObject *sectionDirection, NXOpen::Sense sense, NXOpen::SmartObject::UpdateOption updateOption)
 Creates a NXOpen::Direction on a NXOpen::Face at a NXOpen::Point . More...
 
NXOpen::DirectionCreateDirection (NXOpen::Direction *directionExtract, NXOpen::Xform *xform, NXOpen::SmartObject::UpdateOption updateOption)
 Creates a NXOpen::Direction using an extract NXOpen::Direction with optional NXOpen::Xform . More...
 
NXOpen::DirectionCreateDirection (NXOpen::Point *point, const NXOpen::Vector3d &vector)
 Creates a NXOpen::Direction based upon the parameters used to define the point. More...
 
NXOpen::DirectionCreateDirection (NXOpen::Face *geomObj, NXOpen::Point *point, NXOpen::Sense sense, NXOpen::SmartObject::UpdateOption updateOption)
 Creates a NXOpen::Direction normal to a NXOpen::Face at a given NXOpen::Point . More...
 
NXOpen::DirectionCreateDirection (NXOpen::Direction *direction, NXOpen::SmartObject::UpdateOption updateOption)
 Creates a NXOpen::Direction reverse to that of given NXOpen::Direction . More...
 
NXOpen::DirectionCreateDirection (NXOpen::Routing::Port *port, NXOpen::Sense sense, NXOpen::SmartObject::UpdateOption updateOption)
 Creates a NXOpen::Direction aligned to that of given NXOpen::Routing::Port . More...
 
NXOpen::DirectionCreateDirection (NXOpen::Direction *direction1, NXOpen::Direction *direction2, NXOpen::SmartObject::UpdateOption updateOption)
 Creates a NXOpen::Direction using two NXOpen::Direction s. More...
 
NXOpen::DirectionCreateDirection (NXOpen::Point *point, NXOpen::Expression *exp, NXOpen::Sense sense, NXOpen::SmartObject::UpdateOption updateOption)
 Creates a NXOpen::Direction using an NXOpen::Expression . More...
 
NXOpen::DirectionCreateDirection (NXOpen::IParameterizedSurface *face, NXOpen::Point *point, NXOpen::Sense sense, NXOpen::SmartObject::UpdateOption updateOption)
 Creates a NXOpen::Direction using the normal of a non-planar NXOpen::Face at a NXOpen::Point. More...
 
NXOpen::DirectionCreateDirectionOnPointParentCurve (NXOpen::Point *atPoint, NXOpen::IBaseCurve *curve, NXOpen::Direction::OnCurveOption option, NXOpen::Sense sense, NXOpen::SmartObject::UpdateOption updateOption)
 Creates a NXOpen::Direction on a parent NXOpen::ICurve of a NXOpen::Point . 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::Direction .

Iterating this collection only returns live uncondemned objects contained in the owning part of the collection. Note that NXOpen::Direction is a smart object and many smart objects are condemned as they only exist to support other objects and are not displayed. Condemned objects will be deleted when their references go away.
To obtain an instance of this class, refer to NXOpen::BasePart

Created in NX3.0.0.

Member Function Documentation

iterator NXOpen::DirectionCollection::begin ( )

Returns an iterator addressing the first element.

NXOpen::Direction* NXOpen::DirectionCollection::CreateDirection ( const NXOpen::Point3d origin,
const NXOpen::Vector3d vector,
NXOpen::SmartObject::UpdateOption  update 
)

Creates a NXOpen::Direction without parameters.

Returns

Created in NX3.0.0.

License requirements : solid_modeling ("SOLIDS MODELING") OR drafting ("DRAFTING") OR nx_masterfem ("Finite Element Modeling") OR geometric_tol ("GDT")
Parameters
originorigin
vectorvector
updateupdate
NXOpen::Direction* NXOpen::DirectionCollection::CreateDirection ( NXOpen::Line line,
NXOpen::Sense  sense,
NXOpen::SmartObject::UpdateOption  updateOption 
)

Creates a NXOpen::Direction using a NXOpen::Line .

Returns

Created in NX3.0.0.

License requirements : solid_modeling ("SOLIDS MODELING") OR drafting ("DRAFTING") OR nx_masterfem ("Finite Element Modeling") OR geometric_tol ("GDT")
Parameters
lineline
sensesense
updateOptionupdate option
NXOpen::Direction* NXOpen::DirectionCollection::CreateDirection ( NXOpen::IBaseCurve edge,
NXOpen::Sense  sense,
NXOpen::SmartObject::UpdateOption  updateOption 
)

Creates a NXOpen::Direction using a linear NXOpen::Edge or the axis of a conical NXOpen::Edge .

Returns

Created in NX3.0.0.

License requirements : solid_modeling ("SOLIDS MODELING") OR drafting ("DRAFTING") OR nx_masterfem ("Finite Element Modeling") OR geometric_tol ("GDT")
Parameters
edgeedge
sensesense
updateOptionupdate option
NXOpen::Direction* NXOpen::DirectionCollection::CreateDirection ( NXOpen::DatumAxis datumAxis,
NXOpen::Sense  sense,
NXOpen::SmartObject::UpdateOption  updateOption 
)

Creates a NXOpen::Direction using a NXOpen::DatumAxis .

Returns

Created in NX3.0.0.

License requirements : solid_modeling ("SOLIDS MODELING") OR drafting ("DRAFTING") OR geometric_tol ("GDT")
Parameters
datumAxisdatum axis
sensesense
updateOptionupdate option
NXOpen::Direction* NXOpen::DirectionCollection::CreateDirection ( NXOpen::Routing::ControlPoint startPoint,
NXOpen::Routing::ControlPoint endPoint,
NXOpen::SmartObject::UpdateOption  updateOption 
)

Creates a NXOpen::Direction using two NXOpen::Routing::ControlPoint s.

Returns

Created in NX7.5.4.

License requirements : solid_modeling ("SOLIDS MODELING") OR drafting ("DRAFTING") OR nx_masterfem ("Finite Element Modeling") OR geometric_tol ("GDT")
Parameters
startPointThe Routing Control Points (RCPs)
endPointThe Routing Control Points (RCPs)
updateOptionupdate option
NXOpen::Direction* NXOpen::DirectionCollection::CreateDirection ( NXOpen::Point startPoint,
NXOpen::Point endPoint,
NXOpen::SmartObject::UpdateOption  updateOption 
)

Creates a NXOpen::Direction using two NXOpen::Point s.

Returns

Created in NX3.0.0.

License requirements : solid_modeling ("SOLIDS MODELING") OR drafting ("DRAFTING") OR nx_masterfem ("Finite Element Modeling") OR geometric_tol ("GDT")
Parameters
startPointstart point
endPointend point
updateOptionupdate option
NXOpen::Direction* NXOpen::DirectionCollection::CreateDirection ( NXOpen::IParameterizedSurface face,
NXOpen::Sense  sense,
NXOpen::SmartObject::UpdateOption  updateOption 
)

Creates a NXOpen::Direction using the normal of a NXOpen::Face or the axis of a cylindrical NXOpen::Face .

Returns

Created in NX3.0.0.

License requirements : solid_modeling ("SOLIDS MODELING") OR drafting ("DRAFTING") OR nx_masterfem ("Finite Element Modeling") OR geometric_tol ("GDT")
Parameters
faceface
sensesense
updateOptionupdate option
NXOpen::Direction* NXOpen::DirectionCollection::CreateDirection ( NXOpen::IBasePlane plane,
NXOpen::Sense  sense,
NXOpen::SmartObject::UpdateOption  updateOption 
)

Creates a NXOpen::Direction using the normal of an NXOpen::IBasePlane .

Returns

Created in NX3.0.0.

License requirements : solid_modeling ("SOLIDS MODELING") OR drafting ("DRAFTING") OR nx_masterfem ("Finite Element Modeling") OR geometric_tol ("GDT")
Parameters
planePlane or DatumPlane
sensesense
updateOptionupdate option
NXOpen::Direction* NXOpen::DirectionCollection::CreateDirection ( NXOpen::Sketch plane,
NXOpen::Sense  sense,
NXOpen::SmartObject::UpdateOption  updateOption 
)

Creates a NXOpen::Direction using the normal of a NXOpen::Sketch .

Returns

Created in NX3.0.0.

License requirements : solid_modeling ("SOLIDS MODELING") OR drafting ("DRAFTING") OR geometric_tol ("GDT")
Parameters
planeplane
sensesense
updateOptionupdate option
NXOpen::Direction* NXOpen::DirectionCollection::CreateDirection ( NXOpen::Conic conic,
NXOpen::Sense  sense,
NXOpen::SmartObject::UpdateOption  updateOption 
)

Creates a NXOpen::Direction using the axis of a NXOpen::Conic .

Returns

Created in NX3.0.0.

License requirements : solid_modeling ("SOLIDS MODELING") OR drafting ("DRAFTING") OR geometric_tol ("GDT")
Parameters
conicconic
sensesense
updateOptionupdate option
NXOpen::Direction* NXOpen::DirectionCollection::CreateDirection ( NXOpen::IBaseCurve icurve,
NXOpen::Scalar t,
NXOpen::Direction::OnCurveOption  option,
NXOpen::Sense  sense,
NXOpen::SmartObject::UpdateOption  updateOption 
)

Creates a NXOpen::Direction on a NXOpen::ICurve using a NXOpen::Scalar representing the t parameter.

Returns

Created in NX3.0.0.

License requirements : solid_modeling ("SOLIDS MODELING") OR drafting ("DRAFTING") OR nx_masterfem ("Finite Element Modeling") OR geometric_tol ("GDT")
Parameters
icurveicurve
tt
optionoption
sensesense
updateOptionupdate option
NXOpen::Direction* NXOpen::DirectionCollection::CreateDirection ( NXOpen::IBaseCurve icurve,
NXOpen::Point point,
NXOpen::Direction::OnCurveOption  option,
NXOpen::Sense  sense,
NXOpen::SmartObject::UpdateOption  updateOption 
)

Creates a NXOpen::Direction on a NXOpen::ICurve at a NXOpen::Point .

Returns

Created in NX6.0.0.

License requirements : solid_modeling ("SOLIDS MODELING") OR drafting ("DRAFTING") OR nx_masterfem ("Finite Element Modeling") OR geometric_tol ("GDT")
Parameters
icurveicurve
pointpoint
optionoption
sensesense
updateOptionupdate option
NXOpen::Direction* NXOpen::DirectionCollection::CreateDirection ( NXOpen::Face face,
NXOpen::Scalar u,
NXOpen::Scalar v,
NXOpen::Sense  sense,
NXOpen::SmartObject::UpdateOption  updateOption 
)

Creates a Direction normal to the NXOpen::Face using two NXOpen::Scalar s representing the u and v parameters.

Returns

Created in NX3.0.0.

License requirements : solid_modeling ("SOLIDS MODELING") OR drafting ("DRAFTING") OR geometric_tol ("GDT")
Parameters
faceface
uu
vv
sensesense
updateOptionupdate option
NXOpen::Direction* NXOpen::DirectionCollection::CreateDirection ( NXOpen::Face face,
NXOpen::Scalar u,
NXOpen::Scalar v,
bool  absoluteUv,
NXOpen::Direction::OnFaceOption  option,
NXOpen::Direction sectionDirection,
NXOpen::Sense  sense,
NXOpen::SmartObject::UpdateOption  updateOption 
)

Creates a NXOpen::Direction on a NXOpen::Face using two NXOpen::Scalar s representing the u and v parameters with the option of direction on face.

Returns

Created in NX5.0.0.

License requirements : solid_modeling ("SOLIDS MODELING") OR drafting ("DRAFTING") OR geometric_tol ("GDT")
Parameters
faceface
uu
vv
absoluteUvtrue if u and v are absolute parameters
optionoption
sectionDirectionnecessary when option is NXOpen::Direction::OnFaceOptionSection
sensesense
updateOptionupdate option
NXOpen::Direction* NXOpen::DirectionCollection::CreateDirection ( NXOpen::Face face,
NXOpen::Scalar u,
NXOpen::Scalar v,
bool  absoluteUv,
NXOpen::Scalar sectionAngle,
NXOpen::Sense  sense,
NXOpen::SmartObject::UpdateOption  updateOption 
)

Creates a sectional NXOpen::Direction on a NXOpen::Face using two NXOpen::Scalar s representing the u and v parameters and a NXOpen::Scalar representing section angle measured with respect to positive U parameter direction at u and v parameters of the face.

Returns

Created in NX5.0.0.

License requirements : solid_modeling ("SOLIDS MODELING") OR drafting ("DRAFTING") OR geometric_tol ("GDT")
Parameters
faceface
uu
vv
absoluteUvtrue if u and v are absolute parameters
sectionAnglesection angle
sensesense
updateOptionupdate option
NXOpen::Direction* NXOpen::DirectionCollection::CreateDirection ( NXOpen::Point atPoint,
NXOpen::Face face,
NXOpen::Direction::OnFaceOption  option,
NXOpen::SmartObject sectionDirection,
NXOpen::Sense  sense,
NXOpen::SmartObject::UpdateOption  updateOption 
)

Creates a NXOpen::Direction on a NXOpen::Face at a NXOpen::Point .

The input point could be a point on curve whose parent curve is an edge or a curve on surface feature. Or it could be an extract point whose parent point is a point on face. User can optionally supply a face in which case it is honored instead of looking for the parent face of the input point. In that case input point is projected on the face to find the direction at the projected location.

Returns

Created in NX8.0.0.

License requirements : solid_modeling ("SOLIDS MODELING") OR drafting ("DRAFTING") OR geometric_tol ("GDT")
Parameters
atPointA point on curve or an extract point. In case of a non associative point a face must be specified.
faceOptional input
optionoption
sectionDirectionAn object of type NXOpen::Direction or NXOpen::Scalar and is necessary when option is NXOpen::Direction::OnFaceOptionSection
sensesense
updateOptionupdateoption
NXOpen::Direction* NXOpen::DirectionCollection::CreateDirection ( NXOpen::Direction directionExtract,
NXOpen::Xform xform,
NXOpen::SmartObject::UpdateOption  updateOption 
)

Creates a NXOpen::Direction using an extract NXOpen::Direction with optional NXOpen::Xform .

Returns

Created in NX3.0.0.

License requirements : solid_modeling ("SOLIDS MODELING") OR drafting ("DRAFTING") OR nx_masterfem ("Finite Element Modeling") OR geometric_tol ("GDT")
Parameters
directionExtractdirection extract
xformOptional Xform
updateOptionupdate option
NXOpen::Direction* NXOpen::DirectionCollection::CreateDirection ( NXOpen::Point point,
const NXOpen::Vector3d vector 
)

Creates a NXOpen::Direction based upon the parameters used to define the point.

If the direction can be defined solely by the point then the vector parameter is ignored.

Returns

Created in NX4.0.0.

License requirements : solid_modeling ("SOLIDS MODELING") OR drafting ("DRAFTING") OR nx_masterfem ("Finite Element Modeling") OR geometric_tol ("GDT")
Parameters
pointpoint
vectorvector
NXOpen::Direction* NXOpen::DirectionCollection::CreateDirection ( NXOpen::Face geomObj,
NXOpen::Point point,
NXOpen::Sense  sense,
NXOpen::SmartObject::UpdateOption  updateOption 
)

Creates a NXOpen::Direction normal to a NXOpen::Face at a given NXOpen::Point .

Returns

Created in NX5.0.0.

License requirements : solid_modeling ("SOLIDS MODELING") OR drafting ("DRAFTING") OR geometric_tol ("GDT")
Parameters
geomObjNXOpen::Face
pointNXOpen::Point
sensesense
updateOptionupdate option
NXOpen::Direction* NXOpen::DirectionCollection::CreateDirection ( NXOpen::Direction direction,
NXOpen::SmartObject::UpdateOption  updateOption 
)

Creates a NXOpen::Direction reverse to that of given NXOpen::Direction .

Returns

Created in NX5.0.0.

License requirements : solid_modeling ("SOLIDS MODELING") OR drafting ("DRAFTING") OR nx_masterfem ("Finite Element Modeling") OR geometric_tol ("GDT")
Parameters
directionNXOpen::Direction
updateOptionupdate option
NXOpen::Direction* NXOpen::DirectionCollection::CreateDirection ( NXOpen::Routing::Port port,
NXOpen::Sense  sense,
NXOpen::SmartObject::UpdateOption  updateOption 
)

Creates a NXOpen::Direction aligned to that of given NXOpen::Routing::Port .

Returns

Created in NX5.0.0.

License requirements : solid_modeling ("SOLIDS MODELING") OR drafting ("DRAFTING") OR geometric_tol ("GDT")
Parameters
portNXOpen::Routing::Port
sensesense
updateOptionupdate option
NXOpen::Direction* NXOpen::DirectionCollection::CreateDirection ( NXOpen::Direction direction1,
NXOpen::Direction direction2,
NXOpen::SmartObject::UpdateOption  updateOption 
)

Creates a NXOpen::Direction using two NXOpen::Direction s.

Returns

Created in NX5.0.0.

License requirements : solid_modeling ("SOLIDS MODELING") OR drafting ("DRAFTING") OR nx_masterfem ("Finite Element Modeling") OR geometric_tol ("GDT")
Parameters
direction1direction1
direction2direction2
updateOptionupdate option
NXOpen::Direction* NXOpen::DirectionCollection::CreateDirection ( NXOpen::Point point,
NXOpen::Expression exp,
NXOpen::Sense  sense,
NXOpen::SmartObject::UpdateOption  updateOption 
)

Creates a NXOpen::Direction using an NXOpen::Expression .

Returns

Created in NX6.0.0.

License requirements : solid_modeling ("SOLIDS MODELING") OR drafting ("DRAFTING") OR nx_masterfem ("Finite Element Modeling") OR geometric_tol ("GDT")
Parameters
pointpoint
expexp
sensesense
updateOptionupdate option
NXOpen::Direction* NXOpen::DirectionCollection::CreateDirection ( NXOpen::IParameterizedSurface face,
NXOpen::Point point,
NXOpen::Sense  sense,
NXOpen::SmartObject::UpdateOption  updateOption 
)

Creates a NXOpen::Direction using the normal of a non-planar NXOpen::Face at a NXOpen::Point.

Returns

Created in NX6.0.0.

License requirements : solid_modeling ("SOLIDS MODELING") OR drafting ("DRAFTING") OR nx_masterfem ("Finite Element Modeling") OR geometric_tol ("GDT")
Parameters
faceface
pointpoint
sensesense
updateOptionupdate option
NXOpen::Direction* NXOpen::DirectionCollection::CreateDirectionOnPointParentCurve ( NXOpen::Point atPoint,
NXOpen::IBaseCurve curve,
NXOpen::Direction::OnCurveOption  option,
NXOpen::Sense  sense,
NXOpen::SmartObject::UpdateOption  updateOption 
)

Creates a NXOpen::Direction on a parent NXOpen::ICurve of a NXOpen::Point .

The input point could be an extract point whose parent point is a point on curve. User can optionally supply a curve in which case it is honored instead of looking for the parent curve of the input point. In that case input point is projected on the curve to find the direction at the projected location.

Returns

Created in NX8.0.0.

License requirements : solid_modeling ("SOLIDS MODELING") OR drafting ("DRAFTING") OR geometric_tol ("GDT")
Parameters
atPointAn extract point or a non associative point in which case a curve should be specified.
curveOptional NXOpen::Curve or NXOpen::Edge input
optionoption
sensesense
updateOptionupdateoption
iterator NXOpen::DirectionCollection::end ( )

Returns an iterator addressing one past the last element.

tag_t NXOpen::DirectionCollection::Tag ( ) const

Returns the tag of this object.


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