Class MechanismExport
Implements
System.Runtime.Remoting.Messaging.IMessageSink
Inherited Members
System.MarshalByRefObject.CreateObjRef(System.Type)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.Motion
Assembly: NXOpen.dll
Syntax
public class MechanismExport : NXRemotableObject, IMessageSink
Constructors
MechanismExport(MotionSession)
Declaration
protected MechanismExport(MotionSession owner)
Parameters
Type | Name | Description |
---|---|---|
MotionSession | owner |
Properties
Tag
Declaration
public Tag Tag { get; }
Property Value
Type | Description |
---|---|
Tag |
Methods
ExportMdef(String, MechanismExport.PositionOrientationFormat, Boolean, Boolean, Boolean, Boolean, String, NXObject[])
Declaration
public void ExportMdef(string fileName, MechanismExport.PositionOrientationFormat posOrientFormat, bool exportEmptyInputFields, bool exportUnusedOptions, bool exportSubmechAsMdef, bool enablePublish, string publishedFolder, NXObject[] objects)
Parameters
Type | Name | Description |
---|---|---|
System.String | fileName | |
MechanismExport.PositionOrientationFormat | posOrientFormat | |
System.Boolean | exportEmptyInputFields | |
System.Boolean | exportUnusedOptions | |
System.Boolean | exportSubmechAsMdef | |
System.Boolean | enablePublish | |
System.String | publishedFolder | |
NXObject[] | objects |
ExportPlmxml(String, NXObject[])
Declaration
public void ExportPlmxml(string fileName, NXObject[] objects)
Parameters
Type | Name | Description |
---|---|---|
System.String | fileName | |
NXObject[] | objects |
Implements
System.Runtime.Remoting.Messaging.IMessageSink