Class AMSupportObject
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
Assembly: NXOpen.dll
Syntax
public class AMSupportObject : TaggedObject, IMessageSink
Constructors
AMSupportObject()
Declaration
protected AMSupportObject()
Properties
CreationInterface
Declaration
public SelectDisplayableObjectList CreationInterface { get; }
Property Value
| Type | Description |
|---|---|
| SelectDisplayableObjectList |
PropertyTable
Declaration
public PropertyTable PropertyTable { get; }
Property Value
| Type | Description |
|---|---|
| PropertyTable |
Methods
ComputeCharacteristicLength()
Declaration
public double ComputeCharacteristicLength()
Returns
| Type | Description |
|---|---|
| System.Double |
ComputeGluingDistanceToSpecimen()
Declaration
public double ComputeGluingDistanceToSpecimen()
Returns
| Type | Description |
|---|---|
| System.Double |
ComputeResolution()
Declaration
public double ComputeResolution()
Returns
| Type | Description |
|---|---|
| System.Double |
GetFacetBody()
Declaration
public FacetedBody GetFacetBody()
Returns
| Type | Description |
|---|---|
| FacetedBody |
GetMeshName()
Declaration
public string GetMeshName()
Returns
| Type | Description |
|---|---|
| System.String |
GetSupportType()
Declaration
public AMSupportObject.SupportType GetSupportType()
Returns
| Type | Description |
|---|---|
| AMSupportObject.SupportType |
SetMeshName(String)
Declaration
public void SetMeshName(string meshName)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | meshName |
SetSupport(TaggedObject)
Declaration
public void SetSupport(TaggedObject support)
Parameters
| Type | Name | Description |
|---|---|---|
| TaggedObject | support |
SetSupportType(AMSupportObject.SupportType)
Declaration
public void SetSupportType(AMSupportObject.SupportType supportType)
Parameters
| Type | Name | Description |
|---|---|---|
| AMSupportObject.SupportType | supportType |
Implements
System.Runtime.Remoting.Messaging.IMessageSink