C# Class Canguro.Controller.ItemTextBuilder

Afficher le fichier Open project: rforsbach/Treu-Structure Class Usage Examples

Private Properties

Свойство Type Description
getJointConstraints string
getJointCoord string
getJointDisplacements string
getJointID string
getJointLayer string
getJointMasses string
getJointRestraints string
getLineDeformedInfo string
getLineDesignInfo string
getLineForcesInfo string
getLineID string
getLineLayer string
getLineLength string
getLineSection string

Méthodes publiques

Méthode Description
GetItemText ( Item item, System.Vector3 position, float xPos ) : string
ItemTextBuilder ( ) : System

Private Methods

Méthode Description
getJointConstraints ( Joint j ) : string
getJointCoord ( Joint j ) : string
getJointDisplacements ( Joint j ) : string
getJointID ( Joint j ) : string
getJointLayer ( Joint j ) : string
getJointMasses ( Joint j ) : string
getJointRestraints ( Joint j ) : string
getLineDeformedInfo ( LineElement l, float xPos ) : string
getLineDesignInfo ( LineElement l, float xPos ) : string
getLineForcesInfo ( LineElement l, float xPos, RenderOptions iForces ) : string
getLineID ( LineElement l, float xPos ) : string
getLineLayer ( LineElement l ) : string
getLineLength ( LineElement l ) : string
getLineSection ( LineElement l ) : string

Method Details

GetItemText() public méthode

public GetItemText ( Item item, System.Vector3 position, float xPos ) : string
item Item
position System.Vector3
xPos float
Résultat string

ItemTextBuilder() public méthode

public ItemTextBuilder ( ) : System
Résultat System