Class Index | File Index

Classes


Class DeflCubicNoU

represents cubic deflection (no axial displacement)
Defined in: raphaelsm.src.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
DeflCubicNoU(raphael, point1, point2, params)
Cubic deflection (no axial displacement)
Field Summary
Field Attributes Field Name and Description
 
number of interpolation points
 
rotation of 1st point
 
rotation of 2nd point
 
real length (in units of u and w) of beam
 
w1
local z displacement of 1st point
 
w2
local z displacement of 2nd point
Method Summary
Method Attributes Method Name and Description
 
Sets function constants
<static>  
DeflCubicNoU.create(raphael, point1, point2, params)
Creates new DeflCubicNoU object, for parameters meaning see DeflCubicNoU
 
setDspl(w1, phi1, w2, phi2)
Sets new values of w and phi in both points
 
Sets svg path list
 
up()
Update
Class Detail
DeflCubicNoU(raphael, point1, point2, params)
Cubic deflection (no axial displacement)
Parameters:
{Raphael} raphael
raphael instance
{Point2d} point1
1st point
{Point2d} point2
2nd point
{Object} params
parameters, see below
{float} params.w1 Optional, Default: 0.
local z deflection in the 1st point
{float} params.phi1 Optional, Default: 0.
rotation of the 1st point
{float} params.w2 Optional, Default: 0.
local z deflection in the 2nd point
{float} params.phi2 Optional, Default: 0.
rotation of the 2nd point
{float} params.realLen Optional, Default: 1.
real length (in units of u and w) of beam
{float} params.scale Optional, Default: 1.
scale parameter for the deflection line
{bool} params.closedBegin Optional, Default: true
the line conecting 1st point with 1st nodal value
{bool} params.closedEnd Optional, Default: true
the line conecting 2nd point with 2nd nodal value
{bool} params.closedBase Optional, Default: true
the line conecting 1st and 2nd point
{int} params.nSeg Optional, Default: 5
number of interpolation points
Field Detail
{int} nSeg
number of interpolation points

{float} phi1
rotation of 1st point

{float} phi2
rotation of 2nd point

{float} realLen
real length (in units of u and w) of beam

{float} w1
local z displacement of 1st point

{float} w2
local z displacement of 2nd point
Method Detail
consts()
Sets function constants

<static> {DeflCubicNoU} DeflCubicNoU.create(raphael, point1, point2, params)
Creates new DeflCubicNoU object, for parameters meaning see DeflCubicNoU
Parameters:
raphael
point1
point2
params
Returns:
{DeflCubicNoU} new DeflCubicNoU object

setDspl(w1, phi1, w2, phi2)
Sets new values of w and phi in both points
Parameters:
{float} w1
local z deflection in the 1st point
{float} phi1
rotation of the 1st point
{float} w2
local z deflection in the 2nd point
{float} phi2
rotation of the 2nd point

setPathList()
Sets svg path list

up()
Update

Documentation generated by JsDoc Toolkit 2.4.0 on Sun Oct 23 2011 11:05:55 GMT+0200 (CEST)