Class CAEWeldConnectionBuilder
Inheritance
System.Object
System.MarshalByRefObject
CAEWeldConnectionBuilder
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)
Namespace: NXOpen.CAE
Assembly: NXOpen.dll
Syntax
public class CAEWeldConnectionBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
CAEWeldConnectionBuilder()
Declaration
protected CAEWeldConnectionBuilder()
Properties
BottomFaceSelection
Declaration
public SelectTaggedObjectList BottomFaceSelection { get; }
Property Value
Type | Description |
---|---|
SelectTaggedObjectList |
ElementType
Declaration
public ElementTypeBuilder ElementType { get; }
Property Value
Type | Description |
---|---|
ElementTypeBuilder |
HardObjSelection
Declaration
public SelectTaggedObjectList HardObjSelection { get; }
Property Value
Type | Description |
---|---|
SelectTaggedObjectList |
MergeNodeTol
Declaration
public Expression MergeNodeTol { get; }
Property Value
Type | Description |
---|---|
Expression |
MeshDensityType
Declaration
public CAEWeldConnectionBuilder.MeshDensityTypeEnum MeshDensityType { get; set; }
Property Value
Type | Description |
---|---|
CAEWeldConnectionBuilder.MeshDensityTypeEnum |
MeshDensityValue
Declaration
public Expression MeshDensityValue { get; }
Property Value
Type | Description |
---|---|
Expression |
TopFaceSelection
Declaration
public SelectTaggedObjectList TopFaceSelection { get; }
Property Value
Type | Description |
---|---|
SelectTaggedObjectList |
WeldType
Declaration
public CAEWeldConnectionBuilder.WeldTypeEnum WeldType { get; set; }
Property Value
Type | Description |
---|---|
CAEWeldConnectionBuilder.WeldTypeEnum |
Methods
CommitWeldconnection()
Declaration
[Obsolete("Deprecated in NX7.5.1. Use Builder.Commit instead.")]
public CAEWeldConnection CommitWeldconnection()
Returns
Type | Description |
---|---|
CAEWeldConnection |
Implements
System.Runtime.Remoting.Messaging.IMessageSink