NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Types | Public Member Functions | List of all members
NXOpen.CAE.PostCoordinateSystem Class Reference

This class is worked as a packet of information that can be used to set the Coordinate System Parameters of a NXOpen.CAE.Post object. More...

Inheritance diagram for NXOpen.CAE.PostCoordinateSystem:
NXOpen.TaggedObject NXOpen.Utilities.NXRemotableObject IMessageSink

Public Types

enum  CoordinateSystemType { Cartesian, Cylindrical, Spherical }
 Coordinate System Type More...
 

Public Member Functions

unsafe
NXOpen.CAE.PostCoordinateSystem.CoordinateSystemType 
GetCoordinateSystemType ()
 Ask coordinate system More...
 
unsafe NXOpen.Matrix3x3 GetCsysOrientation ()
 Ask csys orientation More...
 
unsafe NXOpen.Point3d GetCsysOrigin ()
 Ask csys origin More...
 
unsafe void SetCoordinateSystemType (NXOpen.CAE.PostCoordinateSystem.CoordinateSystemType coordinateSystemType)
 Set coordinate system More...
 
unsafe void SetCsysOrientation (NXOpen.Matrix3x3 val)
 Set csys orientation More...
 
unsafe void SetCsysOrigin (NXOpen.Point3d val)
 Set csys origin 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

This class is worked as a packet of information that can be used to set the Coordinate System Parameters of a NXOpen.CAE.Post object.


Use NXOpen.CAE.ResultManager to create an NXOpen.CAE.PostCoordinateSystem


You can modifiy these values but validation of correctness will only be perfomed when this object is set to a NXOpen.CAE.Post object

To obtain an instance of this class use NXOpen.Session.ResultManager .

Created in NX1847.0.0

Member Enumeration Documentation

Coordinate System Type

Enumerator
Cartesian 
Cylindrical 
Spherical 

Member Function Documentation

unsafe NXOpen.CAE.PostCoordinateSystem.CoordinateSystemType NXOpen.CAE.PostCoordinateSystem.GetCoordinateSystemType ( )
inline

Ask coordinate system

Created in NX1847.0.0

License requirements: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")

Returns
unsafe NXOpen.Matrix3x3 NXOpen.CAE.PostCoordinateSystem.GetCsysOrientation ( )
inline

Ask csys orientation

Created in NX1847.0.0

License requirements: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")

Returns
unsafe NXOpen.Point3d NXOpen.CAE.PostCoordinateSystem.GetCsysOrigin ( )
inline

Ask csys origin

Created in NX1847.0.0

License requirements: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")

Returns
unsafe void NXOpen.CAE.PostCoordinateSystem.SetCoordinateSystemType ( NXOpen.CAE.PostCoordinateSystem.CoordinateSystemType  coordinateSystemType)
inline

Set coordinate system

Created in NX1847.0.0

License requirements: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")

Parameters
coordinateSystemType
unsafe void NXOpen.CAE.PostCoordinateSystem.SetCsysOrientation ( NXOpen.Matrix3x3  val)
inline

Set csys orientation

Created in NX1847.0.0

License requirements: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")

Parameters
val
unsafe void NXOpen.CAE.PostCoordinateSystem.SetCsysOrigin ( NXOpen.Point3d  val)
inline

Set csys origin

Created in NX1847.0.0

License requirements: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")

Parameters
val

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