Class WearPlateLocParentBuilder
Inheritance
WearPlateLocParentBuilder
Assembly: NXOpen.dll
Syntax
public class WearPlateLocParentBuilder : FeatureBuilder, IMessageSink, IComponentBuilder
Constructors
WearPlateLocParentBuilder()
Declaration
protected WearPlateLocParentBuilder()
Properties
BuildStatus
Declaration
public DieBuildStatusOption BuildStatus { get; }
Property Value
DesignStatus
Declaration
public bool DesignStatus { get; set; }
Property Value
DisplayStatus
Declaration
public bool DisplayStatus { get; set; }
Property Value
LocatorDepth
Declaration
public Expression LocatorDepth { get; }
Property Value
LocatorPosition
Declaration
public WearPlateLocParentBuilder.PositionType LocatorPosition { get; set; }
Property Value
LocatorWidth
Declaration
public Expression LocatorWidth { get; }
Property Value
ReverseNormal
Declaration
public int ReverseNormal { get; set; }
Property Value
RibSupportWidth
Declaration
public Expression RibSupportWidth { get; }
Property Value
WearPlateLength
Declaration
public Expression WearPlateLength { get; }
Property Value
WearPlateWidth
Declaration
public Expression WearPlateWidth { get; }
Property Value
Methods
CreateChild()
Declaration
public WearPlateLocChildBuilder CreateChild()
Returns
DeleteChild(WearPlateLocChildBuilder)
Declaration
public void DeleteChild(WearPlateLocChildBuilder diewearplatelocchild)
Parameters
GetChildren()
Declaration
public WearPlateLocChildBuilder[] GetChildren()
Returns
GetPadAttributes(out string, out string, out int)
Declaration
public void GetPadAttributes(out string title, out string value, out int color)
Parameters
GetRecessAttributes(out string, out string, out int)
Declaration
public void GetRecessAttributes(out string title, out string value, out int color)
Parameters
GetReliefAttributes(out string, out string, out int)
Declaration
public void GetReliefAttributes(out string title, out string value, out int color)
Parameters
SetLocatorDepth(string)
Declaration
public void SetLocatorDepth(string depth)
Parameters
Type |
Name |
Description |
string |
depth |
|
SetLocatorWidth(string)
Declaration
public void SetLocatorWidth(string width)
Parameters
Type |
Name |
Description |
string |
width |
|
SetPadAttributes(string, string, int)
Declaration
public void SetPadAttributes(string title, string value, int color)
Parameters
SetRecessAttributes(string, string, int)
Declaration
public void SetRecessAttributes(string title, string value, int color)
Parameters
SetReliefAttributes(string, string, int)
Declaration
public void SetReliefAttributes(string title, string value, int color)
Parameters
SetRibSupportWidth(string)
Declaration
public void SetRibSupportWidth(string ribSupportWidth)
Parameters
Type |
Name |
Description |
string |
ribSupportWidth |
|
SetWearPlateLength(string)
Declaration
public void SetWearPlateLength(string length)
Parameters
Type |
Name |
Description |
string |
length |
|
SetWearPlateWidth(string)
Declaration
public void SetWearPlateWidth(string width)
Parameters
Type |
Name |
Description |
string |
width |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink