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