Class WeldPreferenceBuilder
Inheritance
System.Object
System.MarshalByRefObject
WeldPreferenceBuilder
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
Syntax
public class WeldPreferenceBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
WeldPreferenceBuilder()
Declaration
protected WeldPreferenceBuilder()
Properties
CurrentGroupIDColorIndex
Declaration
public WeldGroupIdColor CurrentGroupIDColorIndex { get; set; }
Property Value
DatumIdLowerRange
Declaration
public int DatumIdLowerRange { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
DatumIdUpperRange
Declaration
public int DatumIdUpperRange { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
DatumNamePrefix
Declaration
public string DatumNamePrefix { get; set; }
Property Value
Type |
Description |
System.String |
|
DatumObjectColor
Declaration
public NXColor DatumObjectColor { get; set; }
Property Value
DatumObjectLayer
Declaration
public int DatumObjectLayer { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
DatumPartNumber
Declaration
public string DatumPartNumber { get; set; }
Property Value
Type |
Description |
System.String |
|
MeasurementIdLowerRange
Declaration
public int MeasurementIdLowerRange { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
MeasurementIdUpperRange
Declaration
public int MeasurementIdUpperRange { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
MeasurementNamePrefix
Declaration
public string MeasurementNamePrefix { get; set; }
Property Value
Type |
Description |
System.String |
|
MeasurementObjectColor
Declaration
public NXColor MeasurementObjectColor { get; set; }
Property Value
MeasurementObjectLayer
Declaration
public int MeasurementObjectLayer { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
MeasurementPartNumber
Declaration
public string MeasurementPartNumber { get; set; }
Property Value
Type |
Description |
System.String |
|
WeldArcGridLineEndCapDisp
Declaration
public double WeldArcGridLineEndCapDisp { get; set; }
Property Value
Type |
Description |
System.Double |
|
WeldArcGridLineTopDisp
Declaration
public double WeldArcGridLineTopDisp { get; set; }
Property Value
Type |
Description |
System.Double |
|
WeldAssoColor
Declaration
public NXColor WeldAssoColor { get; set; }
Property Value
WeldConstLayer
Declaration
public int WeldConstLayer { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
WeldFixedColor
Declaration
public NXColor WeldFixedColor { get; set; }
Property Value
WeldGroupIdLowerRange
Declaration
public string WeldGroupIdLowerRange { get; set; }
Property Value
Type |
Description |
System.String |
|
WeldGroupIdUpperRange
Declaration
public string WeldGroupIdUpperRange { get; set; }
Property Value
Type |
Description |
System.String |
|
WeldIdLowerRange
Declaration
public int WeldIdLowerRange { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
WeldIdUpperRange
Declaration
public int WeldIdUpperRange { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
WeldNamePrefix
Declaration
public string WeldNamePrefix { get; set; }
Property Value
Type |
Description |
System.String |
|
WeldObjectLayer
Declaration
public int WeldObjectLayer { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
WeldPartNumber
Declaration
public string WeldPartNumber { get; set; }
Property Value
Type |
Description |
System.String |
|
WeldRetainedColor
Declaration
public NXColor WeldRetainedColor { get; set; }
Property Value
WeldSymbolDecimalPlaces
Declaration
public int WeldSymbolDecimalPlaces { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Methods
GetDatumSelectedPrefix()
Declaration
public string[] GetDatumSelectedPrefix()
Returns
Type |
Description |
System.String[] |
|
GetDatumSelectedSuffix()
Declaration
public string[] GetDatumSelectedSuffix()
Returns
Type |
Description |
System.String[] |
|
GetMeasurementSelectedPrefix()
Declaration
public string[] GetMeasurementSelectedPrefix()
Returns
Type |
Description |
System.String[] |
|
GetMeasurementSelectedSuffix()
Declaration
public string[] GetMeasurementSelectedSuffix()
Returns
Type |
Description |
System.String[] |
|
SetDatumSelectedPrefix(String[])
Declaration
public void SetDatumSelectedPrefix(string[] datumSelectedPrefix)
Parameters
Type |
Name |
Description |
System.String[] |
datumSelectedPrefix |
|
SetDatumSelectedSuffix(String[])
Declaration
public void SetDatumSelectedSuffix(string[] datumSelectedSuffix)
Parameters
Type |
Name |
Description |
System.String[] |
datumSelectedSuffix |
|
SetMeasurementSelectedPrefix(String[])
Declaration
public void SetMeasurementSelectedPrefix(string[] measurementSelectedPrefix)
Parameters
Type |
Name |
Description |
System.String[] |
measurementSelectedPrefix |
|
SetMeasurementSelectedSuffix(String[])
Declaration
public void SetMeasurementSelectedSuffix(string[] measurementSelectedSuffix)
Parameters
Type |
Name |
Description |
System.String[] |
measurementSelectedSuffix |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink