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

This defines Mesh Point Location used by Universal Connections. More...

Inheritance diagram for NXOpen::CAE::Connections::MeshPointLocation:
NXOpen::CAE::Connections::Location NXOpen::TaggedObject

Public Member Functions

NXOpen::CAE::MeshPointMeshPoint ()
 Returns the Mesh Point used for creating the location. More...
 
void SetMeshPoint (NXOpen::CAE::MeshPoint *point)
 Sets the Mesh Point used for creating the location. More...
 
- Public Member Functions inherited from NXOpen::CAE::Connections::Location
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

This defines Mesh Point Location used by Universal Connections.


To obtain an instance of this object use the AddLocation creators

Created in NX1847.0.0.

Member Function Documentation

NXOpen::CAE::MeshPoint* NXOpen::CAE::Connections::MeshPointLocation::MeshPoint ( )

Returns the Mesh Point used for creating the location.

If the location type is not mesh point, this method will raise an error.
Created in NX1847.0.0.

License requirements : None

void NXOpen::CAE::Connections::MeshPointLocation::SetMeshPoint ( NXOpen::CAE::MeshPoint point)

Sets the Mesh Point used for creating the location.

If the location type is not mesh point, this method will raise an error.
Created in NX1847.0.0.

License requirements : nx_masterfem ("Finite Element Modeling")

Parameters
pointMesh Point used for location

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