Class SimPart
Assembly: NXOpen.dll
Syntax
public class SimPart : CaePart, IMessageSink, INXObject
Constructors
SimPart()
Declaration
Properties
FemPart
Declaration
public CaePart FemPart { get; }
Property Value
Simulation
Declaration
public SimSimulation Simulation { get; }
Property Value
Methods
CompressEntityLabels(bool, bool, bool, bool)
Declaration
public void CompressEntityLabels(bool compressCsysLabels, bool compressPhysLabels, bool compressGroupLabels, bool compressSsmoLabels)
Parameters
| Type |
Name |
Description |
| bool |
compressCsysLabels |
|
| bool |
compressPhysLabels |
|
| bool |
compressGroupLabels |
|
| bool |
compressSsmoLabels |
|
CreateImportSimBuilder()
Declaration
public ImportSimulationBuilder CreateImportSimBuilder()
Returns
FinalizeCreation(CaePart, int, string[])
Declaration
public void FinalizeCreation(CaePart femPart, int femLayerOpt, string[] description)
Parameters
FinalizeCreation(CaePart, string[])
Declaration
public void FinalizeCreation(CaePart femPart, string[] description)
Parameters
ImportSim(string, string, ImportOptions, FEModelOccurrence[])
Declaration
public SimPart.ImportErrorCodes ImportSim(string fileName, string prependString, SimPart.ImportOptions selOptions, FEModelOccurrence[] selectedFemoccs)
Parameters
Returns
RelabelEntitiesByOffsets(int, int, int, int)
Declaration
public void RelabelEntitiesByOffsets(int csysOffset, int physOffset, int groupOffset, int ssmoOffset)
Parameters
| Type |
Name |
Description |
| int |
csysOffset |
|
| int |
physOffset |
|
| int |
groupOffset |
|
| int |
ssmoOffset |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink