Class PadChildBuilder
Inheritance
System.Object
System.MarshalByRefObject
PadChildBuilder
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 PadChildBuilder : FeatureBuilder, IMessageSink, IComponentBuilder
Constructors
PadChildBuilder()
Declaration
protected PadChildBuilder()
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 |
|
LimitingSurface
Declaration
public IOrientation LimitingSurface { get; set; }
Property Value
Location
Declaration
public ILocation Location { get; set; }
Property Value
LocationOffset
Declaration
public double LocationOffset { get; set; }
Property Value
Type |
Description |
System.Double |
|
LocationOffsetDirection
Declaration
public IReferenceAxis LocationOffsetDirection { get; set; }
Property Value
OrientationPlane
Declaration
public IOrientation OrientationPlane { get; set; }
Property Value
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 |
|
ReverseOrientation
Declaration
public bool ReverseOrientation { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ShapeType
Declaration
public PadChildBuilder.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
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 |
|
GetHoleCenters()
Declaration
public Point[] GetHoleCenters()
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 |
|
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 |
|
GetShape(out DirectionOption)
Declaration
public IProfile[] GetShape(out DirectionOption direction)
Parameters
Returns
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 |
|
SetHoleCenters(Point[])
Declaration
public void SetHoleCenters(Point[] holes)
Parameters
Type |
Name |
Description |
Point[] |
holes |
|
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 |
|
SetShape(DirectionOption, IProfile[])
Declaration
public void SetShape(DirectionOption direction, IProfile[] profileEntries)
Parameters
TranslateLocation(Vector3d)
Declaration
public void TranslateLocation(Vector3d translateDist)
Parameters
Type |
Name |
Description |
Vector3d |
translateDist |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink