Class AssignPatchBuilder
Inheritance
System.Object
System.MarshalByRefObject
AssignPatchBuilder
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 AssignPatchBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
AssignPatchBuilder()
Declaration
protected AssignPatchBuilder()
Properties
ConvertType
Declaration
public AssignPatchBuilder.ConvertTypeOption ConvertType { get; set; }
Property Value
Type | Description |
---|---|
AssignPatchBuilder.ConvertTypeOption |
KeepSheet
Declaration
public bool KeepSheet { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
PartingColor
Declaration
public NXColor PartingColor { get; set; }
Property Value
Type | Description |
---|---|
NXColor |
PatchColor
Declaration
public NXColor PatchColor { get; set; }
Property Value
Type | Description |
---|---|
NXColor |
PatchSurfaces
Declaration
public SelectBodyList PatchSurfaces { get; }
Property Value
Type | Description |
---|---|
SelectBodyList |
Type
Declaration
public AssignPatchBuilder.Types Type { get; set; }
Property Value
Type | Description |
---|---|
AssignPatchBuilder.Types |
Methods
AddSelectFace(Body)
Declaration
public void AddSelectFace(Body addFace)
Parameters
Type | Name | Description |
---|---|---|
Body | addFace |
ClearAddingCandidates()
Declaration
public void ClearAddingCandidates()
GetPatchColor(out Double, out Double, out Double)
Declaration
[Obsolete("Deprecated in NX8.5.0. Use Tooling.AssignPatchBuilder.PatchColor instead.")]
public void GetPatchColor(out double redValue, out double greenValue, out double blueValue)
Parameters
Type | Name | Description |
---|---|---|
System.Double | redValue | |
System.Double | greenValue | |
System.Double | blueValue |
InitOnEnter()
Declaration
public void InitOnEnter()
PrepareAllRemovingSheets(Body[])
Declaration
public void PrepareAllRemovingSheets(Body[] sheets)
Parameters
Type | Name | Description |
---|---|---|
Body[] | sheets |
SetPatchColor(Double, Double, Double)
Declaration
[Obsolete("Deprecated in NX8.5.0. Use Tooling.AssignPatchBuilder.PatchColor instead.")]
public void SetPatchColor(double redValue, double greenValue, double blueValue)
Parameters
Type | Name | Description |
---|---|---|
System.Double | redValue | |
System.Double | greenValue | |
System.Double | blueValue |
UpdateInitialCandidates()
Declaration
public void UpdateInitialCandidates()
Implements
System.Runtime.Remoting.Messaging.IMessageSink