NXOpen C++ Reference Guide
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
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

Public Types

enum  CoordinateSystemType { CoordinateSystemTypeCartesian, CoordinateSystemTypeCylindrical, CoordinateSystemTypeSpherical }
 Coordinate System Type. More...
 

Public Member Functions

NXOpen::CAE::PostCoordinateSystem::CoordinateSystemType GetCoordinateSystemType ()
 Ask coordinate system. More...
 
NXOpen::Matrix3x3 GetCsysOrientation ()
 Ask csys orientation. More...
 
NXOpen::Point3d GetCsysOrigin ()
 Ask csys origin. More...
 
void SetCoordinateSystemType (NXOpen::CAE::PostCoordinateSystem::CoordinateSystemType coordinateSystemType)
 Set coordinate system
Created in NX1847.0.0. More...
 
void SetCsysOrientation (const NXOpen::Matrix3x3 &val)
 Set csys orientation
Created in NX1847.0.0. More...
 
void SetCsysOrigin (const NXOpen::Point3d &val)
 Set csys origin
Created in NX1847.0.0. More...
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t Tag () const
 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
CoordinateSystemTypeCartesian 

cartesian

CoordinateSystemTypeCylindrical 

cylindrical

CoordinateSystemTypeSpherical 

spherical

Member Function Documentation

NXOpen::CAE::PostCoordinateSystem::CoordinateSystemType NXOpen::CAE::PostCoordinateSystem::GetCoordinateSystemType ( )

Ask coordinate system.

Returns

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")
NXOpen::Matrix3x3 NXOpen::CAE::PostCoordinateSystem::GetCsysOrientation ( )

Ask csys orientation.

Returns

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")
NXOpen::Point3d NXOpen::CAE::PostCoordinateSystem::GetCsysOrigin ( )

Ask csys origin.

Returns

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")
void NXOpen::CAE::PostCoordinateSystem::SetCoordinateSystemType ( NXOpen::CAE::PostCoordinateSystem::CoordinateSystemType  coordinateSystemType)

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
coordinateSystemTypecoordinatesystemtype
void NXOpen::CAE::PostCoordinateSystem::SetCsysOrientation ( const NXOpen::Matrix3x3 val)

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
valval
void NXOpen::CAE::PostCoordinateSystem::SetCsysOrigin ( const NXOpen::Point3d val)

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
valval

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