Arrangement |
Creating an ArrangementPathway Object |
![]() |
This macro shows you how to create an ArrangementPathway under a product. This macro opens a new product document and retrieves the ArrangementPathways collection from the root Product via the ArrangementProduct object. It then adds an ArrangementPathway object. Once the ArrangementPathway object is created, the individual ArrangementNode's that make up the object are retrieved and the bend radius is applied on them.
|
|||||
![]() |
CAAArrCreatePathway is launched in CATIA [1]. No open document is needed. CAAArrCreatePathway.CATScript is located in the CAAScdArrUseCases module. Execute macro (Windows only).
|
|||||
![]() |
CAAArrCreatePathway 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 ArrangementPathways object is a collection object that manages ArrangementPathway object's under a given ArrangementProduct. The movable object serves as the relative axis for the new ArrangementPathway object to be created. Creating the ArrangementPathway Object under the ArrangementPathways Collection Object
The newly created ArrangementPathway object is visualized as a curve and does not have any section definition. In addition the nodes do not have any bend radius. Modifying Properties (Defining a Round Section, Changing the Visualization Mode and Bend Radii of the Nodes) of the Newly Created ArrangementPathway Object
Here we define a round section and change the visualization mode to Epilog
|
[Top]
This use case has shown how to create an ArrangementPathway object within a product document.
[Top]
[1] | Replaying a Macro |
[2] | ArrangementPathways, Product, ArrangementProduct, ArrangementPathway, ArrangementNode |
[Top] |
Copyright © 2000, Dassault Systèmes. All rights reserved.