Version: 10.2.1d and 10.2.1d SP2 |
Cubes are used in Assembly Creator to represent switches and similarly-shaped components. The cubes help you model the effects of axial forces and transverse wind loads that components of this shape will have on your design. Assembly Creator's Components tab is where you view, create, edit, and delete cube-shaped components. Select Cube in the left pane to populate the middle pane with a list of available components. The right pane provides details for the currently selected component.
![]() |
The results of creating, deleting, or editing components are not permanently saved until you select File > Save from the main menu. |
Follow these steps to create a new cube:
Follow these steps to edit cubes:
There are two ways to delete cubes:
![]() |
An asterisks after "Assembly Creator" in the title bar denotes unsaved changes. If you close Assembly Creator without saving, a popup window will alert you that unsaved changes exist. |
Select Top or Right to jump to the selected view. You cannot rotate the canvas in either of these views. Select Perspective to freely rotate the canvas.
The view cube's orientation mirrors that of the component. Click on a face of the view cube to jump to that view in the preview. Double-click a face on the view cube to jump to the opposite surface.
Right-click the preview and drag the mouse. Alternatively, use the keyboard's arrow keys.
Click the mouse wheel and drag the mouse.
Scroll the mouse wheel to zoom in and out. To use rectangle zoom, hold Ctrl + Shift + right-click while dragging the mouse to create the rectangle.
In Assembly Creator, cubes are defined with five parameters: Name, Height, Width, Length, and Weight.
Unique identifier for the cube. If you attempt to create a cube with a name that already exists, a popup will warn of the issue when you click Create. You must provide a unique name before Assembly Creator will create the cube.
The height of the cube from the surface facing the ground to the one facing the top of the pole.
The width of the cube from the surface facing the pole to the opposite surface.
The length of the cube perpendicular to the pole.
The weight of the cube.
![]() |
Any values you enter that are out of the acceptable range for that item will be outlined in red. Hover the cursor over the caution triangle to see the range of acceptable values. |
Assembly Creator saves cube specifications for each unit in its own XML file in the Bin\CubeAssemblies directory. The name of the file is the name of the cube (e.g., Switch2.xml).
Tag | Definition |
<CubeSpec> | Root element. |
<Name> | Name of the cube. This name will display in the Assembly Creator UI. |
<YLength> | The length of the cube's Y plane. Assembly Creator displays this value as Length. |
<XLength> | The length of the cube's X plane. Assembly Creator displays this value as Width. |
<ZLength> | The length of the cube's Z plane. Assembly Creator displays this value as Height. |
<Weight> | The weight of the cube in pounds. |
<SpecUid> | Assembly Creator creates and records a unique id for the cube. |
Copy Code
|
|
---|---|
<CubeSpec> <Name>A1.11 (2pin)</Name> <YLength>2</YLength> <XLength>0.5</XLength> <ZLength>0.5</ZLength> <Weight>100</Weight> <SpecUid>f1dfa0a1-ecf5-4b28-be58-b2352419bcf8</SpecUid> </CubeSpec> |