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 BomListDataProvider BomListDataProvider { get; }
Property Value
Declaration
public string BomTemplate { get; set; }
Property Value
Type |
Description |
System.String |
|
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 string NewArrangementName { get; set; }
Property Value
Type |
Description |
System.String |
|
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 SelectedArrangementName { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public AssemblyDrawingBuilder.SheetsNum SheetsNumber { get; set; }
Property Value
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 TgShowC { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool ToggleBlankComponentsWithAttribute { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool ToggleCreateFourSheets { 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 double ViewScale { get; set; }
Property Value
Type |
Description |
System.Double |
|
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 CreateDrawing(string sheetName, string templateName, int sheetsNumber)
Parameters
Type |
Name |
Description |
System.String |
sheetName |
|
System.String |
templateName |
|
System.Int32 |
sheetsNumber |
|
Declaration
public DisplayableObject CreatePartsList(int[] columnWidths, Point3d point)
Parameters
Type |
Name |
Description |
System.Int32[] |
columnWidths |
|
Point3d |
point |
|
Returns
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 PopulateBomListData()
Declaration
public void RetrieveSheet(string selectedSheetName)
Parameters
Type |
Name |
Description |
System.String |
selectedSheetName |
|
Declaration
public void UnhighlightOccOfSelectedPartOccs(string[] attributeNames, string[] attributeValues, int indexAttributeName, int indexAttributeValue, NXObject partOccTag, bool unhighlight)
Parameters
Type |
Name |
Description |
System.String[] |
attributeNames |
|
System.String[] |
attributeValues |
|
System.Int32 |
indexAttributeName |
|
System.Int32 |
indexAttributeValue |
|
NXObject |
partOccTag |
|
System.Boolean |
unhighlight |
|
Declaration
public void UpdateEventForBlankComponetsWithAttributes(string[] attributeNames, string[] attributeValues, NXObject[] allComps)
Parameters
Type |
Name |
Description |
System.String[] |
attributeNames |
|
System.String[] |
attributeValues |
|
NXObject[] |
allComps |
|
Declaration
public void UpdateEventForShowOnly(string[] attributeNames, string[] attributeValues, NXObject[] allComps)
Parameters
Type |
Name |
Description |
System.String[] |
attributeNames |
|
System.String[] |
attributeValues |
|
NXObject[] |
allComps |
|
Declaration
public void UpdateEventForShowOnlyTrue(string[] attributeNames, string[] attributeValues, NXObject[] allComps)
Parameters
Type |
Name |
Description |
System.String[] |
attributeNames |
|
System.String[] |
attributeValues |
|
NXObject[] |
allComps |
|
Declaration
public void UseArrangement()
Implements
System.Runtime.Remoting.Messaging.IMessageSink