The following commands are used to create Cross Sections in script. Complete descriptions of the features are accessible by clicking on the feature name from the list below
- CSRect (B, H);: Rectangular
- CSCirc (R);: Circular
- CSCircTube (Ri, Ro);: Circular (Hollow) Tube
- CSCSection (W1, W2, W3, t1, t2, t3);: C Section
- CSISection (W1, W2, W3, t1, t2, t3);: I Section
- CSZSection (W1, W2, W3, t1, t2, t3);: Z Section
- CSLSection (W1, W2, t1, t2);: L Section
- CSTSection (W1, W2, t1, t2);: T Section
- CSHatSection (W1, W2, W3, W4, t1, t2, t3, t4, t5);: Hat Section
- CSRectTube (W1, W2, t1, t2, t3, t4);: Rectangular (Hollow) Tube
- CSUserInt (A, Ixx, Ixy, Iyy, Iw, J, CGx, CGy, SHx, Shy);: User Integrated
Properties
- Name: Allows the feature to be named; for example, "tube4x6"
Example
var CS1 = agb.CSRect(6.0, 4.5); //Creates rectangular Cross Section 6 units wide by 4.5 units high CS1.Name = "Top";