NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
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.Utilities.NXRemotableObject IMessageSink 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

unsafe string GetDetails ()
 Gets location details. More...
 
unsafe string GetInfo ()
 Gets location info. More...
 
unsafe NXOpen.Point3d[] GetXyzCoordinates ()
 Gets the coordinates from the specified location. More...
 
- Public Member Functions inherited from NXOpen.TaggedObject
void PrintTestData (String variableName)
 <exclude> More...
 
void PrintTestData (String variableName, int lineNumber)
 <exclude> More...
 
override string ToString ()
 Returns a String that represents the current Object. More...
 
- Public Member Functions inherited from NXOpen.Utilities.NXRemotableObject
IMessageCtrl AsyncProcessMessage (IMessage msg, IMessageSink replySink)
 Asynchronously processes the given message. More...
 
IMessage SyncProcessMessage (IMessage msg)
 Synchronously processes the given message. More...
 

Additional Inherited Members

- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 
- Properties inherited from NXOpen.TaggedObject
Tag Tag [get]
 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

unsafe string NXOpen.CAE.Connections.Location.GetDetails ( )
inline

Gets location details.

Created in NX1847.0.0

License requirements: None.

Returns
Location details
unsafe string NXOpen.CAE.Connections.Location.GetInfo ( )
inline

Gets location info.

Created in NX1847.0.0

License requirements: None.

Returns
Location details
unsafe NXOpen.Point3d [] NXOpen.CAE.Connections.Location.GetXyzCoordinates ( )
inline

Gets the coordinates from the specified location.

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

Created in NX11.0.0

License requirements: None.

Returns
Location coordinates

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