Class WearPlateLocChildBuilder
Inheritance
WearPlateLocChildBuilder
Assembly: NXOpen.dll
Syntax
public class WearPlateLocChildBuilder : FeatureBuilder, IMessageSink, IComponentBuilder
Constructors
WearPlateLocChildBuilder()
Declaration
protected WearPlateLocChildBuilder()
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 WearPlateLocChildBuilder.PositionType LocatorPosition { get; set; }
Property Value
LocatorWidth
Declaration
public Expression LocatorWidth { get; }
Property Value
Orientation
Declaration
public ISurface Orientation { get; set; }
Property Value
Point
Declaration
public Expression Point { 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
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
SetPoint(string)
Declaration
public void SetPoint(string pointLocation)
Parameters
Type |
Name |
Description |
string |
pointLocation |
|
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