Class CAEConnectionBuilder
Inheritance
System.Object
System.MarshalByRefObject
CAEConnectionBuilder
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 CAEConnectionBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
CAEConnectionBuilder()
Declaration
protected CAEConnectionBuilder()
Properties
EdgeToEdgeConnectionMethodType
Declaration
public CAEConnectionBuilder.EdgeToEdgeConnectionMethodTypeEnum EdgeToEdgeConnectionMethodType { get; set; }
Property Value
EdgeTolerance
Declaration
public double EdgeTolerance { get; set; }
Property Value
Type |
Description |
System.Double |
|
ElementEdge
Declaration
public SelectElementsBuilder ElementEdge { get; }
Property Value
ElementFace
Declaration
public SelectElementsBuilder ElementFace { get; }
Property Value
ElementType
Declaration
public ElementTypeBuilder ElementType { get; }
Property Value
ElementTypeRbe3
Declaration
public ElementTypeBuilder ElementTypeRbe3 { get; }
Property Value
Isedgeprojectableonface
Declaration
public int Isedgeprojectableonface { get; }
Property Value
Type |
Description |
System.Int32 |
|
Label
Declaration
public int Label { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
MethodType
Declaration
public CAEConnectionBuilder.MethodTypeEnum MethodType { get; set; }
Property Value
MidNode
Declaration
public bool MidNode { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
PointToEdgeConnectionMethodType
Declaration
public CAEConnectionBuilder.PointToEdgeConnectionMethodTypeEnum PointToEdgeConnectionMethodType { get; set; }
Property Value
SourceGroup
Declaration
public CaeGroup SourceGroup { get; set; }
Property Value
SourceGroupFilterType
Declaration
public int SourceGroupFilterType { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
SourceGroupReferenceState
Declaration
public bool SourceGroupReferenceState { get; }
Property Value
Type |
Description |
System.Boolean |
|
SourceNodes
Declaration
public SelectFENodeList SourceNodes { get; }
Property Value
SourceSelection
Declaration
public SelectTaggedObjectList SourceSelection { get; }
Property Value
TargetGroup
Declaration
public CaeGroup TargetGroup { get; set; }
Property Value
TargetGroupFilterType
Declaration
public int TargetGroupFilterType { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
TargetGroupReferenceState
Declaration
public bool TargetGroupReferenceState { get; }
Property Value
Type |
Description |
System.Boolean |
|
TargetNodes
Declaration
public SelectFENodeList TargetNodes { get; }
Property Value
TargetSelection
Declaration
public SelectTaggedObjectList TargetSelection { get; }
Property Value
Type
Declaration
public CAEConnectionBuilder.ConnectionTypeEnum Type { get; set; }
Property Value
Methods
MeshDensity()
Declaration
public void MeshDensity()
Implements
System.Runtime.Remoting.Messaging.IMessageSink