Class SIZERExportBuilder
Inheritance
System.Object
System.MarshalByRefObject
SIZERExportBuilder
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.Tooling
Assembly: NXOpen.dll
Syntax
public class SIZERExportBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
SIZERExportBuilder()
Declaration
protected SIZERExportBuilder()
Properties
OutputFile
Declaration
public string OutputFile { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
GetMcdMechanicalData(out SIZERExportBuilder.MCDMechanicalData[])
Declaration
public void GetMcdMechanicalData(out SIZERExportBuilder.MCDMechanicalData[] mechanicalData)
Parameters
Type | Name | Description |
---|---|---|
SIZERExportBuilder.MCDMechanicalData[] | mechanicalData |
GetMechanicalData(out SIZERExportBuilder.MechanicalData[])
Declaration
public void GetMechanicalData(out SIZERExportBuilder.MechanicalData[] mechanicalData)
Parameters
Type | Name | Description |
---|---|---|
SIZERExportBuilder.MechanicalData[] | mechanicalData |
GetRunMode()
Declaration
public SIZERExportBuilder.RunMode GetRunMode()
Returns
Type | Description |
---|---|
SIZERExportBuilder.RunMode |
ProcessMcdSimulationData(Double, Double)
Declaration
public void ProcessMcdSimulationData(double startTime, double endTime)
Parameters
Type | Name | Description |
---|---|---|
System.Double | startTime | |
System.Double | endTime |
SetMcdMechanicalData(SIZERExportBuilder.MCDMechanicalData[])
Declaration
public void SetMcdMechanicalData(SIZERExportBuilder.MCDMechanicalData[] mechanicalData)
Parameters
Type | Name | Description |
---|---|---|
SIZERExportBuilder.MCDMechanicalData[] | mechanicalData |
SetMechanicalData(SIZERExportBuilder.MechanicalData[])
Declaration
public void SetMechanicalData(SIZERExportBuilder.MechanicalData[] mechanicalData)
Parameters
Type | Name | Description |
---|---|---|
SIZERExportBuilder.MechanicalData[] | mechanicalData |
SetRunMode(SIZERExportBuilder.RunMode)
Declaration
public void SetRunMode(SIZERExportBuilder.RunMode runMode)
Parameters
Type | Name | Description |
---|---|---|
SIZERExportBuilder.RunMode | runMode |
Implements
System.Runtime.Remoting.Messaging.IMessageSink