Class WeldBuilder
Assembly: NXOpen.dll
Syntax
public class WeldBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
WeldBuilder()
Declaration
Properties
DistanceBetween
Declaration
public Expression DistanceBetween { get; }
Property Value
EdgeSelection
Declaration
public SelectTaggedObjectList EdgeSelection { get; }
Property Value
ElementSideASelection
Declaration
public SelectElementsBuilder ElementSideASelection { get; }
Property Value
ElementSideBSelection
Declaration
public SelectElementsBuilder ElementSideBSelection { get; }
Property Value
ElementType
Declaration
public ElementTypeBuilder ElementType { get; }
Property Value
EndOffset
Declaration
public Expression EndOffset { get; }
Property Value
FlipState
Declaration
public int FlipState { get; set; }
Property Value
Declaration
public string InputFile { get; set; }
Property Value
Location
Declaration
public WeldBuilder.WeldLocation Location { get; set; }
Property Value
LocationType
Declaration
public WeldBuilder.WeldLocationType LocationType { get; set; }
Property Value
NodeSelection
Declaration
public SelectFENodeList NodeSelection { get; }
Property Value
NumberOfPointsOnEdge
Declaration
public int NumberOfPointsOnEdge { get; set; }
Property Value
NumberOfPointsOption
Declaration
public WeldBuilder.NumberOfPointsOnEdgeType NumberOfPointsOption { get; set; }
Property Value
OffsetDistance
Declaration
public Expression OffsetDistance { get; }
Property Value
OffsetVector
Declaration
public Direction OffsetVector { get; set; }
Property Value
Pattern
Declaration
public string Pattern { get; set; }
Property Value
PointOnEdgeOption
Declaration
public WeldBuilder.PointOnEdgeType PointOnEdgeOption { get; set; }
Property Value
PointSideA
Declaration
public SelectTaggedObjectList PointSideA { get; }
Property Value
PointSideB
Declaration
public SelectTaggedObjectList PointSideB { get; }
Property Value
PointsSelection
Declaration
public SelectTaggedObjectList PointsSelection { get; }
Property Value
SearchDistance
Declaration
public Expression SearchDistance { get; }
Property Value
SideAPid
Declaration
public NamedPropertyTable SideAPid { get; set; }
Property Value
SideBPid
Declaration
public NamedPropertyTable SideBPid { get; set; }
Property Value
SpecifiedNumberOfPoints
Declaration
public int SpecifiedNumberOfPoints { get; set; }
Property Value
StartOffset
Declaration
public Expression StartOffset { get; }
Property Value
SupportAllPids
Declaration
public bool SupportAllPids { get; set; }
Property Value
WeldType
Declaration
public WeldBuilder.WeldConnectionType WeldType { get; set; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink