Class BaseFemPart
Inheritance
System.Object
System.MarshalByRefObject
BaseFemPart
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 BaseFemPart : CaePart, IMessageSink, INXObject
Constructors
BaseFemPart()
Declaration
protected BaseFemPart()
Properties
BaseFEModel
Declaration
public BaseFEModel BaseFEModel { get; }
Property Value
Type | Description |
---|---|
BaseFEModel |
FullPathForAssociatedCadPart
Declaration
public string FullPathForAssociatedCadPart { get; }
Property Value
Type | Description |
---|---|
System.String |
SketchCurves
Declaration
public SketchCurvesCollection SketchCurves { get; }
Property Value
Type | Description |
---|---|
SketchCurvesCollection |
UseCyclicSymmetryCsys
Declaration
public bool UseCyclicSymmetryCsys { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
GetAbstractionType()
Declaration
public BaseFemPart.AxisymAbstractionType GetAbstractionType()
Returns
Type | Description |
---|---|
BaseFemPart.AxisymAbstractionType |
GetCyclicSymmetryCsys()
Declaration
public CoordinateSystem GetCyclicSymmetryCsys()
Returns
Type | Description |
---|---|
CoordinateSystem |
GetEnableMeshMorph()
Declaration
public bool GetEnableMeshMorph()
Returns
Type | Description |
---|---|
System.Boolean |
GetSolverAndAnalysisType(out String, out String)
Declaration
public void GetSolverAndAnalysisType(out string solverTypeName, out string analysisTypeName)
Parameters
Type | Name | Description |
---|---|---|
System.String | solverTypeName | |
System.String | analysisTypeName |
SetCyclicSymmetryCsys(CoordinateSystem)
Declaration
public void SetCyclicSymmetryCsys(CoordinateSystem cyclicSymmetryCsys)
Parameters
Type | Name | Description |
---|---|---|
CoordinateSystem | cyclicSymmetryCsys |
SetEnableMeshMorph(Boolean)
Declaration
public void SetEnableMeshMorph(bool isMorphingEnabled)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | isMorphingEnabled |
SetSolverAndAnalysisType(String, String)
Declaration
[Obsolete("Deprecated in NX9.0.0. Use NXOpen.CAE.BaseFemPart.SetSolverAndAnalysisTypeAndAbstraction instead.")]
public void SetSolverAndAnalysisType(string solverTypeName, string analysisTypeName)
Parameters
Type | Name | Description |
---|---|---|
System.String | solverTypeName | |
System.String | analysisTypeName |
SetSolverAndAnalysisTypeAndAbstraction(String, String, BaseFemPart.AxisymAbstractionType)
Declaration
public void SetSolverAndAnalysisTypeAndAbstraction(string solverTypeName, string analysisTypeName, BaseFemPart.AxisymAbstractionType abstractionType)
Parameters
Type | Name | Description |
---|---|---|
System.String | solverTypeName | |
System.String | analysisTypeName | |
BaseFemPart.AxisymAbstractionType | abstractionType |
SetUseCyclicSymmetryCsys(Boolean)
Declaration
public void SetUseCyclicSymmetryCsys(bool useCyclicSymmetryCsys)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | useCyclicSymmetryCsys |
Implements
System.Runtime.Remoting.Messaging.IMessageSink