Class BaseFEModel
Assembly: NXOpen.dll
Syntax
public class BaseFEModel : IFEModel, IMessageSink, INXObject
Constructors
BaseFEModel()
Declaration
Properties
Bolts
Declaration
public BoltCollection Bolts { get; }
Property Value
CaeConnections
Declaration
public CAEConnectionCollection CaeConnections { get; }
Property Value
CaeReuseLibrary
Declaration
public CaeReuseLibrary CaeReuseLibrary { get; }
Property Value
CfdAutoRefinementConstraints
Declaration
public CfdAutoRefinementConstraintCollection CfdAutoRefinementConstraints { get; }
Property Value
Declaration
public CfdContactPreventionConstraintCollection CfdContactPreventionConstraints { get; }
Property Value
CfdLocalResolutionConstraints
Declaration
public CfdLocalResolutionConstraintCollection CfdLocalResolutionConstraints { get; }
Property Value
ConnectionElementCollection
Declaration
public ElementCollection ConnectionElementCollection { get; }
Property Value
FluidDomains
Declaration
public FluidDomainCollection FluidDomains { get; }
Property Value
GlobalLayupMgr
Declaration
public LaminateGlobalLayupMgr GlobalLayupMgr { get; }
Property Value
MeshControls
Declaration
public MeshControlCollection MeshControls { get; }
Property Value
NodeElementMgr
Declaration
public NodeElementManager NodeElementMgr { get; }
Property Value
SafetyMgr
Declaration
public SafetyManager SafetyMgr { get; }
Property Value
Methods
AskUpdatePending()
Declaration
public bool AskUpdatePending()
Returns
EnableFemUpdate()
Declaration
public void EnableFemUpdate()
UpdateFemodel()
Declaration
public void UpdateFemodel()
Implements
System.Runtime.Remoting.Messaging.IMessageSink