Class UserLoadExtraction
Inheritance
System.Object
System.MarshalByRefObject
UserLoadExtraction
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.AeroStructures
Assembly: NXOpen.dll
Syntax
public class UserLoadExtraction : LoadExtractionStrategy, IMessageSink, INXObject
Constructors
UserLoadExtraction()
Declaration
protected UserLoadExtraction()
Methods
GetCoordinateSystem()
Declaration
public CoordinateSystem GetCoordinateSystem()
Returns
Type | Description |
---|---|
CoordinateSystem |
GetExternalGroup()
Declaration
public CaeGroup GetExternalGroup()
Returns
Type | Description |
---|---|
CaeGroup |
GetMatrixManip()
Declaration
public MatrixManip GetMatrixManip()
Returns
Type | Description |
---|---|
MatrixManip |
GetPickMethod()
Declaration
public UserLoadExtraction.PickMethod GetPickMethod()
Returns
Type | Description |
---|---|
UserLoadExtraction.PickMethod |
GetResultParameters()
Declaration
public ResultParameters GetResultParameters()
Returns
Type | Description |
---|---|
ResultParameters |
GetSelectedEntities()
Declaration
public TaggedObject[] GetSelectedEntities()
Returns
Type | Description |
---|---|
TaggedObject[] |
GetTargetEntity()
Declaration
public UserLoadExtraction.TargetEntity GetTargetEntity()
Returns
Type | Description |
---|---|
UserLoadExtraction.TargetEntity |
SetCoordinateSystem(CoordinateSystem)
Declaration
public void SetCoordinateSystem(CoordinateSystem csys)
Parameters
Type | Name | Description |
---|---|---|
CoordinateSystem | csys |
SetExternalGroup(CaeGroup)
Declaration
public void SetExternalGroup(CaeGroup group)
Parameters
Type | Name | Description |
---|---|---|
CaeGroup | group |
SetMatrixManip(MatrixManip)
Declaration
public void SetMatrixManip(MatrixManip manip)
Parameters
Type | Name | Description |
---|---|---|
MatrixManip | manip |
SetPickMethod(UserLoadExtraction.PickMethod)
Declaration
public void SetPickMethod(UserLoadExtraction.PickMethod pickMethod)
Parameters
Type | Name | Description |
---|---|---|
UserLoadExtraction.PickMethod | pickMethod |
SetResultParameters(ResultParameters)
Declaration
public void SetResultParameters(ResultParameters parameters)
Parameters
Type | Name | Description |
---|---|---|
ResultParameters | parameters |
SetSelectedEntities(TaggedObject[])
Declaration
public void SetSelectedEntities(TaggedObject[] entities)
Parameters
Type | Name | Description |
---|---|---|
TaggedObject[] | entities |
SetTargetEntity(UserLoadExtraction.TargetEntity)
Declaration
public void SetTargetEntity(UserLoadExtraction.TargetEntity target)
Parameters
Type | Name | Description |
---|---|---|
UserLoadExtraction.TargetEntity | target |
Implements
System.Runtime.Remoting.Messaging.IMessageSink