Interface ISubModel

Represents a sub-model

Namespace: TSD.API.Remoting.Structure
Assembly: TSD.API.Remoting.dll
Syntax
public interface ISubModel : ISubEntity, IHaveId, IHaveIndex, IHaveName, IHaveUserName

Properties

Name Description
LoadEventSequenceId

Gets the ID of the load event sequence applied to this sub-model

MeshParameterOverride

Gets the value indicating whether the sub-model overrides mesh parameters

SemiRigidMeshSize

Gets the semi-rigid mesh size [mm]

SemiRigidMeshType

Gets the semi-rigid mesh type

SemiRigidMeshUniformity

Gets the semi-rigid mesh uniformity factor

ShellMeshSize

Gets the shell mesh size [mm]

ShellMeshType

Gets the shell mesh type

ShellMeshUniformity

Get the shell mesh uniformity factor

ZCoordBottom

Gets sub-model's bottom Z coordinate (in [mm])

ZCoordTop

Gets sub-model's top Z coordinate (in [mm])

Methods

Name Description
GetSolverModelsAsync(IEnumerable<AnalysisType>?, CancellationToken)

Returns a collection of solver models for given analysis types

Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.
Previous
Next