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

Public Member Functions

unsafe
NXOpen.CAE.PostScenarioCoordinateSystemType 
GetCsysType ()
 Get the type of the coordinate system. More...
 
unsafe NXOpen.Matrix3x3 GetMatrix ()
 Get the transformation matrix of the coordinate system. More...
 
unsafe NXOpen.Vector3d GetOrigin ()
 Get the origin of the coordinate system. More...
 
unsafe void SetCsysType (NXOpen.CAE.PostScenarioCoordinateSystemType type)
 Set the type of the coordinate system. More...
 
unsafe void SetMatrix (NXOpen.Matrix3x3 matrix)
 Set the transformation matrix of the coordinate system. More...
 
unsafe void SetOrigin (NXOpen.Vector3d origin)
 Set the origin of the coordinate system. More...
 
- Public Member Functions inherited from NXOpen.TransientObject
void Dispose ()
 Frees the object from memory. More...
 
void PrintTestData (String variableName)
 <exclude> More...
 
void PrintTestData (String variableName, int lineNumber)
 <exclude> More...
 
new 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...
 

Protected Member Functions

override void FreeResource ()
 Destroys the object. More...
 

Additional Inherited Members

- Properties inherited from NXOpen.TransientObject
IntPtr Handle [get]
 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

Member Function Documentation

override void NXOpen.CAE.PostScenarioCoordinateSystem.FreeResource ( )
inlineprotectedvirtual

Destroys the object.

Created in NX1847.0.0

License requirements: None.

Implements NXOpen.TransientObject.

unsafe NXOpen.CAE.PostScenarioCoordinateSystemType NXOpen.CAE.PostScenarioCoordinateSystem.GetCsysType ( )
inline

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")

Returns
unsafe NXOpen.Matrix3x3 NXOpen.CAE.PostScenarioCoordinateSystem.GetMatrix ( )
inline

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")

Returns
unsafe NXOpen.Vector3d NXOpen.CAE.PostScenarioCoordinateSystem.GetOrigin ( )
inline

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")

Returns
unsafe void NXOpen.CAE.PostScenarioCoordinateSystem.SetCsysType ( NXOpen.CAE.PostScenarioCoordinateSystemType  type)
inline

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
type
unsafe void NXOpen.CAE.PostScenarioCoordinateSystem.SetMatrix ( NXOpen.Matrix3x3  matrix)
inline

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
matrix
unsafe void NXOpen.CAE.PostScenarioCoordinateSystem.SetOrigin ( NXOpen.Vector3d  origin)
inline

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
origin

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