Class SimPart
Inheritance
System.Object
System.MarshalByRefObject
SimPart
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 SimPart : CaePart, IMessageSink, INXObject
Constructors
SimPart()
Declaration
protected SimPart()
Properties
FemPart
Declaration
public CaePart FemPart { get; }
Property Value
Type | Description |
---|---|
CaePart |
Simulation
Declaration
public SimSimulation Simulation { get; }
Property Value
Type | Description |
---|---|
SimSimulation |
Methods
CompressLabels(Boolean, Boolean, Boolean)
Declaration
public void CompressLabels(bool compressCsysLabels, bool compressPhysLabels, bool compressGroupLabels)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | compressCsysLabels | |
System.Boolean | compressPhysLabels | |
System.Boolean | compressGroupLabels |
CreateImportSimBuilder()
Declaration
public ImportSimulationBuilder CreateImportSimBuilder()
Returns
Type | Description |
---|---|
ImportSimulationBuilder |
FinalizeCreation(CaePart, Int32, String[])
Declaration
public void FinalizeCreation(CaePart femPart, int femLayerOpt, string[] description)
Parameters
Type | Name | Description |
---|---|---|
CaePart | femPart | |
System.Int32 | femLayerOpt | |
System.String[] | description |
FinalizeCreation(CaePart, String[])
Declaration
public void FinalizeCreation(CaePart femPart, string[] description)
Parameters
Type | Name | Description |
---|---|---|
CaePart | femPart | |
System.String[] | description |
ImportSim(String, String, SimPart.ImportOptions, FEModelOccurrence[])
Declaration
public SimPart.ImportErrorCodes ImportSim(string fileName, string prependString, SimPart.ImportOptions selOptions, FEModelOccurrence[] selectedFemoccs)
Parameters
Type | Name | Description |
---|---|---|
System.String | fileName | |
System.String | prependString | |
SimPart.ImportOptions | selOptions | |
FEModelOccurrence[] | selectedFemoccs |
Returns
Type | Description |
---|---|
SimPart.ImportErrorCodes |
RelabelByOffsets(Int32, Int32, Int32)
Declaration
public void RelabelByOffsets(int csysOffset, int physOffset, int groupOffset)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | csysOffset | |
System.Int32 | physOffset | |
System.Int32 | groupOffset |
Implements
System.Runtime.Remoting.Messaging.IMessageSink