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