Class BeadBuilder
Inheritance
System.Object
System.MarshalByRefObject
BeadBuilder
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
public class BeadBuilder : FeatureBuilder, IMessageSink, IComponentBuilder
Constructors
Declaration
Properties
Declaration
public Expression Angle { get; }
Property Value
Declaration
public BeadBuilder.CrossSectionTypeOptions CrossSectionType { get; set; }
Property Value
Declaration
public Expression DieRadius { get; }
Property Value
Declaration
public BeadBuilder.EndTypeOptions EndType { get; set; }
Property Value
Declaration
public Expression Height { get; }
Property Value
Declaration
public BeadBuilder.HeightSideOptions HeightSide { get; set; }
Property Value
Declaration
public bool IncludeRounding { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public Expression MinimumToolClearance { get; }
Property Value
Declaration
public Expression PunchedWidth { get; }
Property Value
Declaration
public Expression PunchRadius { get; }
Property Value
Declaration
public Expression Radius { get; }
Property Value
Declaration
public Section Section { get; set; }
Property Value
Declaration
public SketchFeature Sketch { get; set; }
Property Value
Declaration
public Expression TaperDistance { get; }
Property Value
Declaration
public Expression Width { get; }
Property Value
Methods
Declaration
[Obsolete("Deprecated in NX10.0.0. Use NXOpen.Expression.RightHandSide on the NXOpen.Expression object returned from NXOpen.Features.SheetMetal.BeadBuilder.Angle instead.")]
public void SetAngle(string beadAngle)
Parameters
Type |
Name |
Description |
System.String |
beadAngle |
|
Declaration
[Obsolete("Deprecated in NX10.0.0. Use NXOpen.Expression.RightHandSide on the NXOpen.Expression object returned from NXOpen.Features.SheetMetal.BeadBuilder.DieRadius instead.")]
public void SetDieRadius(string beadDieRadius)
Parameters
Type |
Name |
Description |
System.String |
beadDieRadius |
|
Declaration
[Obsolete("Deprecated in NX10.0.0. Use NXOpen.Expression.RightHandSide on the NXOpen.Expression object returned from NXOpen.Features.SheetMetal.BeadBuilder.Height instead.")]
public void SetHeight(string beadHeight)
Parameters
Type |
Name |
Description |
System.String |
beadHeight |
|
Declaration
[Obsolete("Deprecated in NX10.0.0. Use NXOpen.Expression.RightHandSide on the NXOpen.Expression object returned from NXOpen.Features.SheetMetal.BeadBuilder.PunchedWidth instead.")]
public void SetPunchedWidth(string punchedWidth)
Parameters
Type |
Name |
Description |
System.String |
punchedWidth |
|
Declaration
[Obsolete("Deprecated in NX10.0.0. Use NXOpen.Expression.RightHandSide on the NXOpen.Expression object returned from NXOpen.Features.SheetMetal.BeadBuilder.PunchRadius instead.")]
public void SetPunchRadius(string punchRadius)
Parameters
Type |
Name |
Description |
System.String |
punchRadius |
|
Declaration
[Obsolete("Deprecated in NX10.0.0. Use NXOpen.Expression.RightHandSide on the NXOpen.Expression object returned from NXOpen.Features.SheetMetal.BeadBuilder.Radius instead.")]
public void SetRadius(string beadRadius)
Parameters
Type |
Name |
Description |
System.String |
beadRadius |
|
Declaration
[Obsolete("Deprecated in NX10.0.0. Use NXOpen.Expression.RightHandSide on the NXOpen.Expression object returned from NXOpen.Features.SheetMetal.BeadBuilder.Width instead.")]
public void SetWidth(string beadWidth)
Parameters
Type |
Name |
Description |
System.String |
beadWidth |
|
Declaration
public int ValidateBuilderData()
Returns
Type |
Description |
System.Int32 |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink