Cross Section Feature

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

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";