Class PadParentBuilder
Inheritance
System.Object
System.MarshalByRefObject
PadParentBuilder
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 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
Type |
Description |
System.Boolean |
|
DesignStatus
Declaration
public bool DesignStatus { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Diameter
Declaration
public double Diameter { get; set; }
Property Value
Type |
Description |
System.Double |
|
DisplayStatus
Declaration
public bool DisplayStatus { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Height
Declaration
public double Height { get; set; }
Property Value
Type |
Description |
System.Double |
|
HoleDiameter
Declaration
public double HoleDiameter { get; set; }
Property Value
Type |
Description |
System.Double |
|
Length
Declaration
public double Length { get; set; }
Property Value
Type |
Description |
System.Double |
|
LocationOffset
Declaration
public double LocationOffset { get; set; }
Property Value
Type |
Description |
System.Double |
|
Relief
Declaration
public bool Relief { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ReliefDepth
Declaration
public double ReliefDepth { get; set; }
Property Value
Type |
Description |
System.Double |
|
ReliefWidth
Declaration
public double ReliefWidth { get; set; }
Property Value
Type |
Description |
System.Double |
|
ShapeType
Declaration
public PadParentBuilder.ShapeTypeOption ShapeType { get; set; }
Property Value
SurfaceOffset
Declaration
public double SurfaceOffset { get; set; }
Property Value
Type |
Description |
System.Double |
|
Width
Declaration
public double Width { get; set; }
Property Value
Type |
Description |
System.Double |
|
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 Int32, out String)
Declaration
public void GetHoleAttributes(out string title, out string value, out int color, out string diameterTitle)
Parameters
Type |
Name |
Description |
System.String |
title |
|
System.String |
value |
|
System.Int32 |
color |
|
System.String |
diameterTitle |
|
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 |
|
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 |
|
SetHoleAttributes(String, String, Int32, String)
Declaration
public void SetHoleAttributes(string title, string value, int color, string diameterTitle)
Parameters
Type |
Name |
Description |
System.String |
title |
|
System.String |
value |
|
System.Int32 |
color |
|
System.String |
diameterTitle |
|
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 |
|
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 |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink