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);
: RectangularCSCirc (R);
: CircularCSCircTube (Ri, Ro);
: Circular (Hollow) TubeCSCSection (W1, W2, W3, t1, t2, t3);
: C SectionCSISection (W1, W2, W3, t1, t2, t3);
: I SectionCSZSection (W1, W2, W3, t1, t2, t3);
: Z SectionCSLSection (W1, W2, t1, t2);
: L SectionCSTSection (W1, W2, t1, t2);
: T SectionCSHatSection (W1, W2, W3, W4, t1, t2, t3, t4, t5);
: Hat SectionCSRectTube (W1, W2, t1, t2, t3, t4);
: Rectangular (Hollow) TubeCSUserInt (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";