Class: RBDAnalysisSettings

Implemented types

Methods

Name Description
Activate() Activate the current object.
AddComment() Creates a new child Comment.
AddFigure() Creates a new child Figure.
AddImage(String) Creates a new child Image. If a filePath is provided, the image will be loaded from that file, if not, the image will be a screen capture of the Geometry window.
CopyTo(DataModelObject) Copies all visible properties from this object to another.
CreateParameter(String) Creates a new parameter for a Property.
Duplicate() Creates a copy of the current DataModelObject.
GetAutomaticTimeStepping(Int32) Gets the Automatic Time Stepping at a given solution step.
GetCarryOverTimeStep(Int32) Gets the Carry Over Time Step at a given solution step.
GetChildren(Boolean, IList<ChildrenType>)
GetInitialTimeStep(Int32) Gets the Initial Time Step at a given solution step.
GetMaximumTimeStep(Int32) Gets the Maximum Time Step at a given solution step.
GetMinimumTimeStep(Int32) Gets the Minimum Time Step at a given solution step.
GetParameter(String) Gets the parameter corresponding to the given property.
GetPath() Gets the path of the object.
GetStepEndTime(Int32) Gets the Step End Time at a given solution step.
GetStoreResultAt(Int32) Gets the StoreResultAt setting at a given solution step.
GetStoreResultAtValue(Int32) Gets the StoreResultAtValue setting at a given solution step.
GetTimeStep(Int32) Gets the (fixed) Time Step at a given solution step.
GroupAllSimilarChildren() Run the GroupAllSimilarChildren action.
GroupSimilarObjects() Run the GroupSimilarObjects action.
PropertyByAPIName(String) Get a property by its API name. If multiple properties have the same API Name, only the first property with that name will be returned.
PropertyByName(String) Get a property by its unique name.
RemoveParameter(String) Removes the parameter from the parameter set corresponding to the given property.
SetAutomaticTimeStepping(Int32, AutomaticTimeStepping) Sets the Automatic Time Stepping for a given solution step.
SetCarryOverTimeStep(Int32, Boolean) Sets the Carry Over Time Step for a given solution step.
SetInitialTimeStep(Int32, Quantity) Sets the Initial Time Step for a given solution step.
SetMaximumTimeStep(Int32, Quantity) Sets the Maximum Time Step for a given solution step.
SetMinimumTimeStep(Int32, Quantity) Sets the Minimum Time Step for a given solution step.
SetStepEndTime(Int32, Quantity) Sets the Step End Time for a given solution step.
SetStoreResultAt(Int32, TimePointsOptions) Sets the StoreResultAt setting for a given solution step.
SetStoreResultAtValue(Int32, Int32) Sets the StoreResultAtValue setting for a given solution step.
SetTimeStep(Int32, Quantity) Sets the (fixed) Time Step for a given solution step.

Properties

Name Description
AssemblyType Gets or sets the AssemblyType.
Comments Gets the list of associated comments.
ConstraintEquationResidualTolerance Gets or sets the ConstraintEquationResidualTolerance activity.
ConstraintEquationResidualToleranceValue Gets or sets the ForceResidualToleranceValue.
CorrectionType Gets or sets the CorrectionType.
CurrentStepNumber Gets or sets the CurrentStepNumber.
DataModelObjectCategory Gets the name of the current DataModelObject's category.
DropoffTolerance Gets or sets the DropoffTolerance.
EnergyAccuracyTolerance Gets or sets the EnergyAccuracyTolerance activity.
EnergyAccuracyToleranceValue Gets or sets the EnergyAccuracyToleranceValue.
Figures Gets the list of associated figures.
ForceResidualTolerance Gets or sets the ForceResidualTolerance activity.
ForceResidualToleranceValue Gets or sets the ForceResidualToleranceValue.
Graph
Images Gets the list of associated images.
InternalObject Gets the internal object. For advanced usage only.
Name Gets the name of the object.
NumberOfSteps Gets or sets the NumberOfSteps.
NumericalDampingTolerance Gets or sets the NumericalDamping activity.
NumericalDampingValue Gets or sets the NumericalDampingValue.
ObjectId Gets the internal id of the object.
ObjectTags Gets an IEnumerable object of the tags that 'this' is a part of.
Parent Gets the parent object.
PerformStaticAnalysis Gets or sets the .
PositionCorrection Gets or sets the PositionCorrection.
Properties Gets the list of properties for this object.
RelativeAssemblyTolerance Gets or sets the RelativeAssemblyTolerance activity.
RelativeAssemblyToleranceValue Gets or sets the RelativeAssemblyToleranceValue.
ScratchSolverFilesDirectory Gets the ScratchSolverFilesDirectory.
SolverFilesDirectory Gets the SolverFilesDirectory.
TimeIntegrationType Gets or sets the Integration Method.
VelocityCorrection Gets or sets the VelocityCorrection.
VisibleProperties Gets the list of properties that are visible for this object.