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