Class DisplayChangerBuilder
Inheritance
DisplayChangerBuilder
Assembly: NXOpen.dll
Syntax
public class DisplayChangerBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
DisplayChangerBuilder()
Declaration
protected DisplayChangerBuilder()
Properties
ChangeColor
Declaration
public bool ChangeColor { get; set; }
Property Value
ChangeTranslucency
Declaration
public bool ChangeTranslucency { get; set; }
Property Value
ChangeVisibility
Declaration
public bool ChangeVisibility { get; set; }
Property Value
CollisionSensor
Declaration
public SelectNXObject CollisionSensor { get; }
Property Value
Color
Declaration
public int Color { get; set; }
Property Value
ExecuteMode
Declaration
public DisplayChangerBuilder.ExecuteModes ExecuteMode { get; set; }
Property Value
InitVisibility
Declaration
public bool InitVisibility { get; set; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
ObjectList
Declaration
public SelectNXObjectList ObjectList { get; }
Property Value
Translucency
Declaration
public int Translucency { get; set; }
Property Value
Methods
SetObjectList(NXObject[])
Declaration
public void SetObjectList(NXObject[] objectTags)
Parameters
Type |
Name |
Description |
NXObject[] |
objectTags |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink