NXOpen C++ Reference Guide
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
Public Member Functions | List of all members
NXOpen::CAE::Connections::Location Class Reference

Location base class. More...

Inheritance diagram for NXOpen::CAE::Connections::Location:
NXOpen::TaggedObject NXOpen::CAE::Connections::CoordinatesLocation NXOpen::CAE::Connections::CoordinatesSeriesLocation NXOpen::CAE::Connections::CurveLocation NXOpen::CAE::Connections::FeEdgesLocation NXOpen::CAE::Connections::LocationWithDir NXOpen::CAE::Connections::MeshPointLocation NXOpen::CAE::Connections::NodeLocation NXOpen::CAE::Connections::NodeSeriesLocation NXOpen::CAE::Connections::PointLocation NXOpen::CAE::Connections::PointSeriesLocation NXOpen::CAE::Connections::SelectionRecipeLocation

Public Member Functions

NXString GetDetails ()
 Gets location details. More...
 
NXString GetInfo ()
 Gets location info. More...
 
std::vector< NXOpen::Point3dGetXyzCoordinates ()
 Gets the coordinates from the specified location. More...
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Location base class.

This defines connection locations with common properties like coordinates.


This is an abstract class and cannot be instantiated

Created in NX11.0.0.

Member Function Documentation

NXString NXOpen::CAE::Connections::Location::GetDetails ( )

Gets location details.

Returns
Location details
Created in NX1847.0.0.

License requirements : None
NXString NXOpen::CAE::Connections::Location::GetInfo ( )

Gets location info.

Returns
Location details
Created in NX1847.0.0.

License requirements : None
std::vector<NXOpen::Point3d> NXOpen::CAE::Connections::Location::GetXyzCoordinates ( )

Gets the coordinates from the specified location.

The location can be any type: coordinates, node or point. Its coordinates will be returned.

Returns
Location coordinates
Created in NX11.0.0.

License requirements : None

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