Class BaseFEModel
Inheritance
System.Object
System.MarshalByRefObject
BaseFEModel
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 BaseFEModel : IFEModel, IMessageSink, INXObject
Constructors
BaseFEModel()
Declaration
protected BaseFEModel()
Properties
BeamSections
Declaration
public BeamSectionCollection BeamSections { get; }
Property Value
Type | Description |
---|---|
BeamSectionCollection |
Bolts
Declaration
public BoltCollection Bolts { get; }
Property Value
Type | Description |
---|---|
BoltCollection |
CaeConnections
Declaration
public CAEConnectionCollection CaeConnections { get; }
Property Value
Type | Description |
---|---|
CAEConnectionCollection |
CaeReuseLibrary
Declaration
public CaeReuseLibrary CaeReuseLibrary { get; }
Property Value
Type | Description |
---|---|
CaeReuseLibrary |
CfdAutoRefinementConstraints
Declaration
public CfdAutoRefinementConstraintCollection CfdAutoRefinementConstraints { get; }
Property Value
Type | Description |
---|---|
CfdAutoRefinementConstraintCollection |
CfdContactPreventionConstraints
Declaration
public CfdContactPreventionConstraintCollection CfdContactPreventionConstraints { get; }
Property Value
Type | Description |
---|---|
CfdContactPreventionConstraintCollection |
CfdLocalResolutionConstraints
Declaration
public CfdLocalResolutionConstraintCollection CfdLocalResolutionConstraints { get; }
Property Value
Type | Description |
---|---|
CfdLocalResolutionConstraintCollection |
ConnectionElementCollection
Declaration
public ElementCollection ConnectionElementCollection { get; }
Property Value
Type | Description |
---|---|
ElementCollection |
ConnectionsRootFolder
Declaration
[Obsolete("Deprecated in NX12.0.0. For access to universal connections and folders use CAE.IFEModel.ConnectionsContainer.")]
public Folder ConnectionsRootFolder { get; }
Property Value
Type | Description |
---|---|
Folder |
FluidDomains
Declaration
public FluidDomainCollection FluidDomains { get; }
Property Value
Type | Description |
---|---|
FluidDomainCollection |
MeshControls
Declaration
public MeshControlCollection MeshControls { get; }
Property Value
Type | Description |
---|---|
MeshControlCollection |
NodeElementMgr
Declaration
public NodeElementManager NodeElementMgr { get; }
Property Value
Type | Description |
---|---|
NodeElementManager |
Methods
AskUpdatePending()
Declaration
public bool AskUpdatePending()
Returns
Type | Description |
---|---|
System.Boolean |
EnableFemUpdate()
Declaration
public void EnableFemUpdate()
UpdateFemodel()
Declaration
public void UpdateFemodel()
Implements
System.Runtime.Remoting.Messaging.IMessageSink