Class AssemblyDrawingBuilder
Inheritance
System.Object
System.MarshalByRefObject
AssemblyDrawingBuilder
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 AssemblyDrawingBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
Declaration
protected AssemblyDrawingBuilder()
Properties
Declaration
public bool DeleteButtonClicked { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public double DoubleViewScale { get; set; }
Property Value
Type |
Description |
System.Double |
|
Declaration
public AssemblyDrawingBuilder.AttributeNames EnumAttributeName { get; set; }
Property Value
Declaration
public AssemblyDrawingBuilder.AttributeValues EnumAttributeValue { get; set; }
Property Value
Declaration
public AssemblyDrawingBuilder.DrawingTypes EnumDrawingType { get; set; }
Property Value
Declaration
public AssemblyDrawingBuilder.DrawingCreateOrEdit EnumSheets { get; set; }
Property Value
Declaration
public AssemblyDrawingBuilder.ModelViewToUseValue ModelViewToUse { get; set; }
Property Value
Declaration
public bool ScaleModified { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool SectionViewButtonClicked { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public string StringFilterRule { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string StringNameRule { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string StringSheetName { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public bool TgShowA { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool TgShowB { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool ToggleBlankComponentsWithAttribute { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool ToggleListDependents { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool ToggleShowOnly { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public AssemblyDrawingBuilder.Types Type { get; set; }
Property Value
Declaration
public Point ViewLocation { get; set; }
Property Value
Declaration
public AssemblyDrawingBuilder.ViewOptionValue ViewOption { get; set; }
Property Value
Declaration
public int WizardType { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Methods
Declaration
public void AddSectionView()
Declaration
public void AddView(NXObject viewTag, string attrName, string[] componentType)
Parameters
Type |
Name |
Description |
NXObject |
viewTag |
|
System.String |
attrName |
|
System.String[] |
componentType |
|
Declaration
public void AssignAttr(NXObject[] selectdObjs, string attrName, string attrValue)
Parameters
Type |
Name |
Description |
NXObject[] |
selectdObjs |
|
System.String |
attrName |
|
System.String |
attrValue |
|
Declaration
public void CreateDrawing(string sheetName, string templateName)
Parameters
Type |
Name |
Description |
System.String |
sheetName |
|
System.String |
templateName |
|
Declaration
public void CreateSectionView(string viewName, NXObject parentView, double[] stepDirection, double[] arrowdirection, double[] pointX, double[] pointY, double[] pointZ, int[] segmentType, string attrName, string[] attrValueList)
Parameters
Type |
Name |
Description |
System.String |
viewName |
|
NXObject |
parentView |
|
System.Double[] |
stepDirection |
|
System.Double[] |
arrowdirection |
|
System.Double[] |
pointX |
|
System.Double[] |
pointY |
|
System.Double[] |
pointZ |
|
System.Int32[] |
segmentType |
|
System.String |
attrName |
|
System.String[] |
attrValueList |
|
Declaration
public void CreateView(string viewName, double viewScale)
Parameters
Type |
Name |
Description |
System.String |
viewName |
|
System.Double |
viewScale |
|
Declaration
public NXObject CreateViewToShowComponents(string viewName)
Parameters
Type |
Name |
Description |
System.String |
viewName |
|
Returns
Declaration
public void DeleteSheet(string selectedSheetName)
Parameters
Type |
Name |
Description |
System.String |
selectedSheetName |
|
Declaration
public void DeleteView(string viewName)
Parameters
Type |
Name |
Description |
System.String |
viewName |
|
Declaration
public void EditDrawing(string sheetName, string templateName)
Parameters
Type |
Name |
Description |
System.String |
sheetName |
|
System.String |
templateName |
|
Declaration
public void NewMasterModelFile(string masterModelFileName)
Parameters
Type |
Name |
Description |
System.String |
masterModelFileName |
|
Declaration
public void OpenMasterModelFile(string masterModelFileName)
Parameters
Type |
Name |
Description |
System.String |
masterModelFileName |
|
Declaration
public void RetrieveSheet(string selectedSheetName)
Parameters
Type |
Name |
Description |
System.String |
selectedSheetName |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink