C# Класс Canguro.Controller.ItemTextBuilder

Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
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

Открытые методы

Метод Описание
GetItemText ( Item item, System.Vector3 position, float xPos ) : string
ItemTextBuilder ( ) : System

Приватные методы

Метод Описание
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

Описание методов

GetItemText() публичный Метод

public GetItemText ( Item item, System.Vector3 position, float xPos ) : string
item Item
position System.Vector3
xPos float
Результат string

ItemTextBuilder() публичный Метод

public ItemTextBuilder ( ) : System
Результат System