Class HoleDatumSymbolBuilder
Inheritance
System.Object
System.MarshalByRefObject
HoleDatumSymbolBuilder
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 HoleDatumSymbolBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
HoleDatumSymbolBuilder()
Declaration
protected HoleDatumSymbolBuilder()
Properties
AttributeTitles
Declaration
public string AttributeTitles { get; set; }
Property Value
Type | Description |
---|---|
System.String |
AttributeValues
Declaration
public string AttributeValues { get; set; }
Property Value
Type | Description |
---|---|
System.String |
HoleDiameter
Declaration
public double HoleDiameter { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
HoleTolerance
Declaration
public double HoleTolerance { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
HoleType
Declaration
public HoleDatumSymbolBuilder.SymbolType HoleType { get; set; }
Property Value
Type | Description |
---|---|
HoleDatumSymbolBuilder.SymbolType |
SelectHoles
Declaration
public SelectNXObjectList SelectHoles { get; }
Property Value
Type | Description |
---|---|
SelectNXObjectList |
SelectHolesAccordingToAttribute
Declaration
public bool SelectHolesAccordingToAttribute { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
SelectSpreadsheet
Declaration
public string SelectSpreadsheet { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SelectView
Declaration
public SelectDraftingViewList SelectView { get; }
Property Value
Type | Description |
---|---|
SelectDraftingViewList |
WizardType
Declaration
public int WizardType { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Methods
CycleObjectsInView(NXObject, Int32, Boolean, NXObject)
Declaration
public NXObject CycleObjectsInView(NXObject viewTag, int vseqNumber, bool isDrawing, NXObject inObject)
Parameters
Type | Name | Description |
---|---|---|
NXObject | viewTag | |
System.Int32 | vseqNumber | |
System.Boolean | isDrawing | |
NXObject | inObject |
Returns
Type | Description |
---|---|
NXObject |
UpdateSymbolSizeInView()
Declaration
public void UpdateSymbolSizeInView()
Implements
System.Runtime.Remoting.Messaging.IMessageSink