Class SpecifyBaffleBuilder
Inheritance
System.Object
System.MarshalByRefObject
SpecifyBaffleBuilder
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 SpecifyBaffleBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
SpecifyBaffleBuilder()
Declaration
protected SpecifyBaffleBuilder()
Properties
AttributeType
Declaration
public SpecifyBaffleBuilder.AttributeTypes AttributeType { get; set; }
Property Value
Type | Description |
---|---|
SpecifyBaffleBuilder.AttributeTypes |
ChannelColor
Declaration
public NXColor ChannelColor { get; set; }
Property Value
Type | Description |
---|---|
NXColor |
Channels
Declaration
public SelectBodyList Channels { get; }
Property Value
Type | Description |
---|---|
SelectBodyList |
ChannelType
Declaration
public string ChannelType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Layer
Declaration
public int Layer { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Methods
GetChannelColor(out Double, out Double, out Double)
Declaration
[Obsolete("Deprecated in NX8.5.0. Use Tooling.SpecifyBaffleBuilder.ChannelColor instead.")]
public void GetChannelColor(out double redValue, out double greenValue, out double blueValue)
Parameters
Type | Name | Description |
---|---|---|
System.Double | redValue | |
System.Double | greenValue | |
System.Double | blueValue |
SetChannelColor(Double, Double, Double)
Declaration
[Obsolete("Deprecated in NX8.5.0. Use Tooling.SpecifyBaffleBuilder.ChannelColor instead.")]
public void SetChannelColor(double redValue, double greenValue, double blueValue)
Parameters
Type | Name | Description |
---|---|---|
System.Double | redValue | |
System.Double | greenValue | |
System.Double | blueValue |
SetColorModified(Boolean)
Declaration
public void SetColorModified(bool modified)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | modified |
Implements
System.Runtime.Remoting.Messaging.IMessageSink