Arrangement |
Creating an ArrangementArea without a Contour |
![]() |
This macro shows you how to create an ArrangementArea object that has no contour associated with it. This macro opens a new Product document and retrieves the ArrangementAreas collection from the Root Product via the ArrangementProduct object. It then adds an ArrangementArea object. The ArrangementArea created without a contour will not have any visualization in the 3D viewer as shown in the image below.
|
||||
![]() |
CAAArrCreateNoContourArea is launched in CATIA [1]. No open document is needed. CAAArrCreateNoContourArea.CATScript is located in the CAAScdArrUseCases module. Execute macro (Windows only).
|
||||
![]() |
CAAArrCreateNoContourArea includes the following steps:
Prolog
Once the new product document has been created, fetch the ArrangementProduct and the associated movable object from the Root product of the new product document. Obtaining the ArrangementProduct Object and the Associated Movable Object from the Root Product
The ArrangementAreas object is a collection object that manages ArrangementArea object's under a given ArrangementProduct. The movable object serves as the relative axis for the new ArrangementArea object to be created. Creating the ArrangementArea Object under the ArrangementAreas Collection Object
The newly created ArrangementArea object does not have a contour and in addition does not display in the 3D viewer. Note that the leaf in the specifications tree for this ArrangementArea object is displayed with a yellow background to distinguish it from an ArrangementArea object that has a contour. Epilog
|
[Top]
This use case has shown how to create an ArrangementArea object within a product document.
[Top]
[1] | Replaying a Macro |
[2] | ArrangementAreas, Product, ArrangementProduct, ArrangementArea |
[Top] |
Copyright © 2000, Dassault Systèmes. All rights reserved.