Class TestModel
Assembly: NXOpen.dll
Syntax
public class TestModel : NXObject, IMessageSink, INXObject
Constructors
TestModel()
Declaration
Properties
CorrelTestNodes
Declaration
public CorrelTestNodeCollection CorrelTestNodes { get; }
Property Value
Methods
Align(Matrix4x4, AlignMode)
Declaration
public void Align(Matrix4x4 alignmentMatrix, TestModel.AlignMode alignMode)
Parameters
AlignXml(string)
Declaration
public void AlignXml(string fileName)
Parameters
Type |
Name |
Description |
string |
fileName |
|
ExportAlignment(string)
Declaration
public void ExportAlignment(string fileName)
Parameters
Type |
Name |
Description |
string |
fileName |
|
Rename(string)
Declaration
public void Rename(string name)
Parameters
Type |
Name |
Description |
string |
name |
|
Reset()
Declaration
Show(bool)
Declaration
public void Show(bool show)
Parameters
Type |
Name |
Description |
bool |
show |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink