Class FaceColorManagementBuilder
Inheritance
System.Object
System.MarshalByRefObject
FaceColorManagementBuilder
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
public class FaceColorManagementBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
Declaration
protected FaceColorManagementBuilder()
Properties
Declaration
public double AngleNoseIgnorableSize { get; set; }
Property Value
Type |
Description |
System.Double |
|
Declaration
public NXColor FaceColor { get; set; }
Property Value
Declaration
public int FaceTranslucency { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public bool HighlightSelectedFace { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public FaceColorManagementBuilder.HoleTypeEnumValue HoleTypeEnum { get; set; }
Property Value
Declaration
public bool IsAutoSelectHoleByType { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool IsShowFaceWithoutColorAttributeToggle { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool IsShowFaceWithSameColorAttributeToggle { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool OnlyCheckHoleFace { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public string SelectColorSpreadsheet { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public ScCollector SelectCurve { get; }
Property Value
Declaration
public ScCollector SelectFace { get; }
Property Value
Declaration
public Direction SelectHoleAxis { get; set; }
Property Value
Declaration
public bool SelectSubHoleFaceAutomatically { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public int WizardType { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Methods
Declaration
public void AssignAttributeToObject(NXObject objectTag, string attrTitle, string attrValue)
Parameters
Type |
Name |
Description |
NXObject |
objectTag |
|
System.String |
attrTitle |
|
System.String |
attrValue |
|
Declaration
public void AssignColorToObject(NXObject objectTag, int colorID)
Parameters
Type |
Name |
Description |
NXObject |
objectTag |
|
System.Int32 |
colorID |
|
Declaration
public void EditColorSpreadsheet()
Declaration
public void RemoveAttributeOfObject(NXObject objectTag, string attrTitle)
Parameters
Type |
Name |
Description |
NXObject |
objectTag |
|
System.String |
attrTitle |
|
Declaration
public void ShowFacesWithoutColorAttrirbute()
Declaration
public void ShowFaceWithoutAnyManufacturingInformationButton()
Declaration
public void ShowFaceWithSameManufacturingInformationButton()
Implements
System.Runtime.Remoting.Messaging.IMessageSink