Class ConversionProcessSettingsBuilder
Inheritance
System.Object
System.MarshalByRefObject
ConversionProcessSettingsBuilder
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.Drawings
Assembly: NXOpen.dll
Syntax
public class ConversionProcessSettingsBuilder : TaggedObject, IMessageSink, IComponentBuilder
Constructors
ConversionProcessSettingsBuilder()
Declaration
protected ConversionProcessSettingsBuilder()
Properties
ActionOnError
Declaration
public ConversionProcessSettingsBuilder.ActionOnErrorEnum ActionOnError { get; set; }
Property Value
Type | Description |
---|---|
ConversionProcessSettingsBuilder.ActionOnErrorEnum |
ConfigurationFile
Declaration
public string ConfigurationFile { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CreateInMasterModelPart
Declaration
public bool CreateInMasterModelPart { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ErrorLimit
Declaration
public int ErrorLimit { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
JTGeometryTolerance
Declaration
public double JTGeometryTolerance { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
JTPartNameAttribute
Declaration
public string JTPartNameAttribute { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LogFileLocation
Declaration
public string LogFileLocation { get; set; }
Property Value
Type | Description |
---|---|
System.String |
MultiCADAssembly
Declaration
public bool MultiCADAssembly { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
SaveAsLocation
Declaration
public string SaveAsLocation { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SourcePartNameAttribute
Declaration
public string SourcePartNameAttribute { get; set; }
Property Value
Type | Description |
---|---|
System.String |
StoreLogFileInTeamCenter
Declaration
public bool StoreLogFileInTeamCenter { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
Validate()
Declaration
public bool Validate()
Returns
Type | Description |
---|---|
System.Boolean |
Implements
System.Runtime.Remoting.Messaging.IMessageSink