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

Represents a local coordinate system. More...

Inheritance diagram for NXOpen::CAE::PostScenarioCoordinateSystem:
NXOpen::TransientObject

Public Member Functions

NXOpen::CAE::PostScenarioCoordinateSystemType GetCsysType ()
 Get the type of the coordinate system. More...
 
NXOpen::Matrix3x3 GetMatrix ()
 Get the transformation matrix of the coordinate system. More...
 
NXOpen::Vector3d GetOrigin ()
 Get the origin of the coordinate system. More...
 
void SetCsysType (NXOpen::CAE::PostScenarioCoordinateSystemType type)
 Set the type of the coordinate system. More...
 
void SetMatrix (const NXOpen::Matrix3x3 &matrix)
 Set the transformation matrix of the coordinate system. More...
 
void SetOrigin (const NXOpen::Vector3d &origin)
 Set the origin of the coordinate system. More...
 
virtual ~PostScenarioCoordinateSystem ()
 Destroys the object. More...
 
- Public Member Functions inherited from NXOpen::TransientObject
void * GetHandle ()
 Handle of the internal object represented by this object. More...
 

Detailed Description

Represents a local coordinate system.


Not support KF.

Created in NX1847.0.0.

Constructor & Destructor Documentation

virtual NXOpen::CAE::PostScenarioCoordinateSystem::~PostScenarioCoordinateSystem ( )
virtual

Destroys the object.


Created in NX1847.0.0.

License requirements : None

Member Function Documentation

NXOpen::CAE::PostScenarioCoordinateSystemType NXOpen::CAE::PostScenarioCoordinateSystem::GetCsysType ( )

Get the type of the coordinate system.


Created in NX1847.0.0.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

NXOpen::Matrix3x3 NXOpen::CAE::PostScenarioCoordinateSystem::GetMatrix ( )

Get the transformation matrix of the coordinate system.


Created in NX1847.0.0.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

NXOpen::Vector3d NXOpen::CAE::PostScenarioCoordinateSystem::GetOrigin ( )

Get the origin of the coordinate system.


Created in NX1847.0.0.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

void NXOpen::CAE::PostScenarioCoordinateSystem::SetCsysType ( NXOpen::CAE::PostScenarioCoordinateSystemType  type)

Set the type of the coordinate system.


Created in NX1847.0.0.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

Parameters
typetype
void NXOpen::CAE::PostScenarioCoordinateSystem::SetMatrix ( const NXOpen::Matrix3x3 matrix)

Set the transformation matrix of the coordinate system.


Created in NX1847.0.0.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

Parameters
matrixmatrix
void NXOpen::CAE::PostScenarioCoordinateSystem::SetOrigin ( const NXOpen::Vector3d origin)

Set the origin of the coordinate system.


Created in NX1847.0.0.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

Parameters
originorigin

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