Class PadParentBuilder
Inheritance
PadParentBuilder
Assembly: NXOpen.dll
Syntax
public class PadParentBuilder : FeatureBuilder, IMessageSink, IComponentBuilder
Constructors
PadParentBuilder()
Declaration
protected PadParentBuilder()
Properties
BuildStatus
Declaration
public DieBuildStatusOption BuildStatus { get; }
Property Value
CenterHole
Declaration
public bool CenterHole { get; set; }
Property Value
DesignStatus
Declaration
public bool DesignStatus { get; set; }
Property Value
Diameter
Declaration
public double Diameter { get; set; }
Property Value
DisplayStatus
Declaration
public bool DisplayStatus { get; set; }
Property Value
Height
Declaration
public double Height { get; set; }
Property Value
HoleDiameter
Declaration
public double HoleDiameter { get; set; }
Property Value
Length
Declaration
public double Length { get; set; }
Property Value
LocationOffset
Declaration
public double LocationOffset { get; set; }
Property Value
Relief
Declaration
public bool Relief { get; set; }
Property Value
ReliefDepth
Declaration
public double ReliefDepth { get; set; }
Property Value
ReliefWidth
Declaration
public double ReliefWidth { get; set; }
Property Value
ShapeType
Declaration
public PadParentBuilder.ShapeTypeOption ShapeType { get; set; }
Property Value
SurfaceOffset
Declaration
public double SurfaceOffset { get; set; }
Property Value
Width
Declaration
public double Width { get; set; }
Property Value
Methods
CreateChild()
Declaration
public PadChildBuilder CreateChild()
Returns
DeleteChild(PadChildBuilder)
Declaration
public void DeleteChild(PadChildBuilder diepadchild)
Parameters
GetChildren()
Declaration
public PadChildBuilder[] GetChildren()
Returns
GetHoleAttributes(out string, out string, out int, out string)
Declaration
public void GetHoleAttributes(out string title, out string value, out int color, out string diameterTitle)
Parameters
GetPadAttributes(out string, out string, out int)
Declaration
public void GetPadAttributes(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
SetHoleAttributes(string, string, int, string)
Declaration
public void SetHoleAttributes(string title, string value, int color, string diameterTitle)
Parameters
SetPadAttributes(string, string, int)
Declaration
public void SetPadAttributes(string title, string value, int color)
Parameters
SetReliefAttributes(string, string, int)
Declaration
public void SetReliefAttributes(string title, string value, int color)
Parameters
Implements
System.Runtime.Remoting.Messaging.IMessageSink