ISupportData Interface

Represents additional data of a support

Namespace:  TSD.API.Remoting.Solver
Assembly:  TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116
Syntax
public interface ISupportData

The ISupportData type exposes the following members.

Properties
  NameDescription
Public propertyDegreeOfFreedom
Gets the DegreeOfFreedom
Public propertyType
Gets the support type
Top
Methods
  NameDescription
Public methodGetRotationalStiffness
Returns the rotational IStiffnessData for the given direction
Public methodGetStiffness
Returns the translational IStiffnessData for the given direction
Top
See Also