Class WeldBeadBuilder
Inheritance
WeldBeadBuilder
Assembly: NXOpen.dll
Syntax
public class WeldBeadBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
WeldBeadBuilder()
Declaration
protected WeldBeadBuilder()
Properties
BeadLocation
Declaration
public WeldBeadBuilder.BeadLocationMethod BeadLocation { get; set; }
Property Value
Characteristics
Declaration
public CharacteristicsBuilder Characteristics { get; }
Property Value
DistanceTolerance
Declaration
public double DistanceTolerance { get; set; }
Property Value
ExtendToBoundary
Declaration
public bool ExtendToBoundary { get; set; }
Property Value
FaceInferMethod
Declaration
public WeldBeadBuilder.FaceInferMethodType FaceInferMethod { get; set; }
Property Value
OutputType
Declaration
public WeldBeadBuilder.OutputTypes OutputType { get; set; }
Property Value
PathList
Declaration
public WeldBeadPathBuilderList PathList { get; }
Property Value
SelectBottomParts
Declaration
public ScCollector SelectBottomParts { get; }
Property Value
SelectTopParts
Declaration
public ScCollector SelectTopParts { get; }
Property Value
SizeList
Declaration
public WeldBeadSizeBuilderList SizeList { get; }
Property Value
TangentAngle
Declaration
public double TangentAngle { get; set; }
Property Value
Declaration
public bool TransformSketchToBeadCenterline { get; set; }
Property Value
Type
Declaration
public WeldBeadBuilder.Types Type { get; set; }
Property Value
Methods
CreatePreviewPath()
Declaration
public Spline CreatePreviewPath()
Returns
GetPreviewPath()
Declaration
public Spline GetPreviewPath()
Returns
NewPath()
Declaration
public WeldBeadPathBuilder NewPath()
Returns
NewSize()
Declaration
public WeldBeadSizeBuilder NewSize()
Returns
Implements
System.Runtime.Remoting.Messaging.IMessageSink