C# Class Canguro.Controller.ItemTextBuilder

Exibir arquivo Open project: rforsbach/Treu-Structure Class Usage Examples

Private Properties

Property 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

Public Methods

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

Private Methods

Method 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 method

public GetItemText ( Item item, System.Vector3 position, float xPos ) : string
item Item
position System.Vector3
xPos float
return string

ItemTextBuilder() public method

public ItemTextBuilder ( ) : System
return System