Class PostScenarioUserDefinedCoordinateSystemTransformation
Inheritance
PostScenarioUserDefinedCoordinateSystemTransformation
Assembly: NXOpen.dll
Syntax
public class PostScenarioUserDefinedCoordinateSystemTransformation : PostScenarioCoordinateSystemTransformation, IMessageSink, IDisposable
Constructors
PostScenarioUserDefinedCoordinateSystemTransformation(nint)
Declaration
protected PostScenarioUserDefinedCoordinateSystemTransformation(nint ptr)
Parameters
Type |
Name |
Description |
nint |
ptr |
|
Methods
SetCoordinateSystem(string, PostScenarioCoordinateSystem)
Declaration
public void SetCoordinateSystem(string name, PostScenarioCoordinateSystem cs)
Parameters
SetCoordinateSystemData(string, PostScenarioCoordinateSystemType, Vector3d, Matrix3x3)
Declaration
public void SetCoordinateSystemData(string name, PostScenarioCoordinateSystemType type, Vector3d origin, Matrix3x3 matrix)
Parameters
SetModelingCoordinateSystem(CoordinateSystem)
Declaration
public void SetModelingCoordinateSystem(CoordinateSystem cs)
Parameters
Implements
System.Runtime.Remoting.Messaging.IMessageSink