Class WearPlateLocParentBuilder
Inheritance
System.Object
System.MarshalByRefObject
WearPlateLocParentBuilder
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
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
Type |
Description |
System.Boolean |
|
DisplayStatus
Declaration
public bool DisplayStatus { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
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
Type |
Description |
System.Int32 |
|
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 Int32)
Declaration
public void GetPadAttributes(out string title, out string value, out int color)
Parameters
Type |
Name |
Description |
System.String |
title |
|
System.String |
value |
|
System.Int32 |
color |
|
GetRecessAttributes(out String, out String, out Int32)
Declaration
public void GetRecessAttributes(out string title, out string value, out int color)
Parameters
Type |
Name |
Description |
System.String |
title |
|
System.String |
value |
|
System.Int32 |
color |
|
GetReliefAttributes(out String, out String, out Int32)
Declaration
public void GetReliefAttributes(out string title, out string value, out int color)
Parameters
Type |
Name |
Description |
System.String |
title |
|
System.String |
value |
|
System.Int32 |
color |
|
SetLocatorDepth(String)
Declaration
public void SetLocatorDepth(string depth)
Parameters
Type |
Name |
Description |
System.String |
depth |
|
SetLocatorWidth(String)
Declaration
public void SetLocatorWidth(string width)
Parameters
Type |
Name |
Description |
System.String |
width |
|
SetPadAttributes(String, String, Int32)
Declaration
public void SetPadAttributes(string title, string value, int color)
Parameters
Type |
Name |
Description |
System.String |
title |
|
System.String |
value |
|
System.Int32 |
color |
|
SetRecessAttributes(String, String, Int32)
Declaration
public void SetRecessAttributes(string title, string value, int color)
Parameters
Type |
Name |
Description |
System.String |
title |
|
System.String |
value |
|
System.Int32 |
color |
|
SetReliefAttributes(String, String, Int32)
Declaration
public void SetReliefAttributes(string title, string value, int color)
Parameters
Type |
Name |
Description |
System.String |
title |
|
System.String |
value |
|
System.Int32 |
color |
|
SetRibSupportWidth(String)
Declaration
public void SetRibSupportWidth(string ribSupportWidth)
Parameters
Type |
Name |
Description |
System.String |
ribSupportWidth |
|
SetWearPlateLength(String)
Declaration
public void SetWearPlateLength(string length)
Parameters
Type |
Name |
Description |
System.String |
length |
|
SetWearPlateWidth(String)
Declaration
public void SetWearPlateWidth(string width)
Parameters
Type |
Name |
Description |
System.String |
width |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink