Class Bearing
Inheritance
System.Object
System.MarshalByRefObject
Bearing
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)
Namespace: NXOpen.CAE.Connections
Assembly: NXOpen.dll
Syntax
public class Bearing : IConnection, IMessageSink, IFitTo, INodalTargetsContainer, INodalTargetsPairing, ICsys, INXObject
Constructors
Bearing()
Declaration
protected Bearing()
Properties
Csys
Declaration
public CoordinateSystem Csys { get; set; }
Property Value
Type | Description |
---|---|
CoordinateSystem |
CsysType
Declaration
public CsysType CsysType { get; set; }
Property Value
Type | Description |
---|---|
CsysType |
PairingMethod
Declaration
public NodalPairingMethod PairingMethod { get; set; }
Property Value
Type | Description |
---|---|
NodalPairingMethod |
SearchConeAngle
Declaration
public Expression SearchConeAngle { get; }
Property Value
Type | Description |
---|---|
Expression |
SearchOrientation
Declaration
public Direction SearchOrientation { get; set; }
Property Value
Type | Description |
---|---|
Direction |
SearchRange
Declaration
public Expression SearchRange { get; }
Property Value
Type | Description |
---|---|
Expression |
Methods
GetSupportedCsysTypes()
Declaration
public CsysType[] GetSupportedCsysTypes()
Returns
Type | Description |
---|---|
CsysType[] |
GetTarget(Int32)
Declaration
public NodalTarget GetTarget(int index)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index |
Returns
Type | Description |
---|---|
NodalTarget |
SetTargetType(Int32, NodalTargetType)
Declaration
public void SetTargetType(int index, NodalTargetType type)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index | |
NodalTargetType | type |
Implements
System.Runtime.Remoting.Messaging.IMessageSink