Class PostConfiguratorBuilder
Inheritance
System.Object
System.MarshalByRefObject
PostConfiguratorBuilder
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.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.SIM.PostConfigurator
Assembly: NXOpen.dll
Syntax
public class PostConfiguratorBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
PostConfiguratorBuilder()
Declaration
protected PostConfiguratorBuilder()
Properties
DateValue
Declaration
public DateBuilder DateValue { get; }
Property Value
Type | Description |
---|---|
DateBuilder |
LayerManagerBuilder
Declaration
public LayerManagerBuilder LayerManagerBuilder { get; }
Property Value
Type | Description |
---|---|
LayerManagerBuilder |
UdeEditorBuilder
Declaration
public UdeEditorBuilder UdeEditorBuilder { get; }
Property Value
Type | Description |
---|---|
UdeEditorBuilder |
Methods
EncryptPostConfiguratorFiles(String, String)
Declaration
public void EncryptPostConfiguratorFiles(string soldToID, string expirationDate)
Parameters
Type | Name | Description |
---|---|---|
System.String | soldToID | |
System.String | expirationDate |
PostProcess(CAMObject[], String, Boolean)
Declaration
public void PostProcess(CAMObject[] objects, string outputFilename, bool showOutputToListingWindow)
Parameters
Type | Name | Description |
---|---|---|
CAMObject[] | objects | |
System.String | outputFilename | |
System.Boolean | showOutputToListingWindow |
Reset()
Declaration
public void Reset()
SaveAs(String, String)
Declaration
public void SaveAs(string postprocessorName, string outputDirectory)
Parameters
Type | Name | Description |
---|---|---|
System.String | postprocessorName | |
System.String | outputDirectory |
ShowChanges()
Declaration
public void ShowChanges()
Implements
System.Runtime.Remoting.Messaging.IMessageSink