Class WorkInstructionOutputBuilder
Inheritance
System.Object
System.MarshalByRefObject
WorkInstructionOutputBuilder
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.CAM
Assembly: NXOpen.dll
Syntax
public class WorkInstructionOutputBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
WorkInstructionOutputBuilder()
Declaration
protected WorkInstructionOutputBuilder()
Properties
OpenFile
Declaration
public bool OpenFile { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
OutputFile
Declaration
public string OutputFile { get; set; }
Property Value
Type | Description |
---|---|
System.String |
OutputFormat
Declaration
public WorkInstructionOutputBuilder.OutputFormatType OutputFormat { get; set; }
Property Value
Type | Description |
---|---|
WorkInstructionOutputBuilder.OutputFormatType |
PageOrientation
Declaration
public WorkInstructionOutputBuilder.PageOrientationType PageOrientation { get; set; }
Property Value
Type | Description |
---|---|
WorkInstructionOutputBuilder.PageOrientationType |
PageSize
Declaration
public WorkInstructionOutputBuilder.PageSizeType PageSize { get; set; }
Property Value
Type | Description |
---|---|
WorkInstructionOutputBuilder.PageSizeType |
ScaleFactor
Declaration
public double ScaleFactor { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Methods
Publish(CAMObject[], CAMObject, Int32)
Declaration
public void Publish(CAMObject[] objects, CAMObject firstSelObj, int currentView)
Parameters
Type | Name | Description |
---|---|---|
CAMObject[] | objects | |
CAMObject | firstSelObj | |
System.Int32 | currentView |
Implements
System.Runtime.Remoting.Messaging.IMessageSink