Class BaseResultType
Inheritance
System.Object
System.MarshalByRefObject
BaseResultType
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 BaseResultType : TaggedObject, IMessageSink
Constructors
BaseResultType()
Declaration
protected BaseResultType()
Properties
Complex
Declaration
public bool Complex { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Datatype
Declaration
public Result.DataType Datatype { get; }
Property Value
Type | Description |
---|---|
Result.DataType |
Location
Declaration
public Result.Location Location { get; }
Property Value
Type | Description |
---|---|
Result.Location |
Name
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
Quantity
Declaration
public Result.Quantity Quantity { get; }
Property Value
Type | Description |
---|---|
Result.Quantity |
UserName
Declaration
public string UserName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
AskBeamLocations(out Result.BeamSection[])
Declaration
public void AskBeamLocations(out Result.BeamSection[] beamLocations)
Parameters
Type | Name | Description |
---|---|---|
Result.BeamSection[] | beamLocations |
AskComponents(out Result.Component[])
Declaration
public string[] AskComponents(out Result.Component[] components)
Parameters
Type | Name | Description |
---|---|---|
Result.Component[] | components |
Returns
Type | Description |
---|---|
System.String[] |
AskDefaultUnitForComponent(Result.Component)
Declaration
public Unit AskDefaultUnitForComponent(Result.Component component)
Parameters
Type | Name | Description |
---|---|---|
Result.Component | component |
Returns
Type | Description |
---|---|
Unit |
AskPlies(out Int32[])
Declaration
public void AskPlies(out int[] plyIDs)
Parameters
Type | Name | Description |
---|---|---|
System.Int32[] | plyIDs |
AskPlyLocations(Int32, out Result.PlyLocation[])
Declaration
public void AskPlyLocations(int plyID, out Result.PlyLocation[] locations)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | plyID | |
Result.PlyLocation[] | locations |
AskShellLocations(out Result.ShellSection[])
Declaration
public void AskShellLocations(out Result.ShellSection[] shellLocations)
Parameters
Type | Name | Description |
---|---|---|
Result.ShellSection[] | shellLocations |
GetSectionDefined()
Declaration
public Result.Section[] GetSectionDefined()
Returns
Type | Description |
---|---|
Result.Section[] |
Implements
System.Runtime.Remoting.Messaging.IMessageSink