Class FeatureColorManager
Inheritance
FeatureColorManager
Assembly: NXOpen.dll
Syntax
public class FeatureColorManager : NXRemotableObject, IMessageSink
Constructors
FeatureColorManager(Session)
Declaration
protected FeatureColorManager(Session owner)
Parameters
Type |
Name |
Description |
Session |
owner |
|
Properties
Tag
Declaration
Property Value
Methods
GetAssignColorToNewFeature()
Declaration
public bool GetAssignColorToNewFeature()
Returns
GetColorForNewFeature()
Declaration
public int GetColorForNewFeature()
Returns
GetFeatureColorManager(Session)
Declaration
public static FeatureColorManager GetFeatureColorManager(Session owner)
Parameters
Type |
Name |
Description |
Session |
owner |
|
Returns
RemoveFeatureColor(Feature)
Declaration
public void RemoveFeatureColor(Feature feature)
Parameters
Type |
Name |
Description |
Feature |
feature |
|
SetAssignColorToNewFeature(bool)
Declaration
public void SetAssignColorToNewFeature(bool assignColor)
Parameters
Type |
Name |
Description |
bool |
assignColor |
|
SetColorForNewFeature(int)
Declaration
public void SetColorForNewFeature(int color)
Parameters
Type |
Name |
Description |
int |
color |
|
SetFeatureColor(NXColor, Feature)
Declaration
public void SetFeatureColor(NXColor color, Feature feature)
Parameters
Implements
System.Runtime.Remoting.Messaging.IMessageSink