Class EWDraftingBuilder
Inheritance
System.Object
System.MarshalByRefObject
EWDraftingBuilder
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.ReferenceEquals(System.Object, System.Object)
Assembly: NXOpen.dll
public class EWDraftingBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
Declaration
protected EWDraftingBuilder()
Properties
Declaration
public SelectComponentList BlankComps { get; }
Property Value
Declaration
public bool CncOption { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public EWDraftingBuilder.CNCTemplateOption CncTemplate { get; set; }
Property Value
Declaration
public EWDraftingBuilder.ModeOption DraftingMode { get; set; }
Property Value
Declaration
public EWDraftingBuilder.DrawingOption DrawingType { get; set; }
Property Value
Declaration
public bool EdmOption { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public EWDraftingBuilder.EDMTemplateOption EdmTemplate { get; set; }
Property Value
Declaration
public bool HideCsys { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool IncludeFixture { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool IncludeOption { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public string MasterModelCncPartName { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string MasterModelEdmPartName { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string NameRule { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public bool OrdinateDimension { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool OutputPDF { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool OutputSameSheet { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool RenameComponent { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public EWDraftingBuilder.NameOption SheetName { get; set; }
Property Value
Declaration
public bool UseInstance { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
Declaration
public CloneObject GetCloneObject(EWDraftingBuilder.NameOption sheetType)
Parameters
Returns
Declaration
public void SetCncTemplateName(string cncTemplateName)
Parameters
Type |
Name |
Description |
System.String |
cncTemplateName |
|
Declaration
public void SetEdmTemplateName(string edmTemplateName)
Parameters
Type |
Name |
Description |
System.String |
edmTemplateName |
|
Declaration
public void SetMasterModelPartName(string masterPartName)
Parameters
Type |
Name |
Description |
System.String |
masterPartName |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink