Legend
Collection
Click arrow to expand chart |
|
The PartDocument object aggregates, or includes, the part tree structure starting with the Part object located at the top of the part specification tree. Among these objects, we find first objects and collections you can also find in the part specification tree. These objects are:
In addition, the Part object aggregates:
Dim myFactory As InstanceFactory Set myFactory = Part1.GetCustomerFactory("InstanceFactory")
The Bodies collection includes Body objects, one being the main body returned by the MainBody property of the collection. The part has in addition a current body and a current shape, returned or set using the CurrentBody and the CurrentShape properties of the Part object respectively. The current body is the body in which a new shape is added when using the ShapeFactory object. The current shape is the shape of the current body after which a new shape is added in the specification tree when using the shape factory. You then need to make current the appropriate body and shape before using the shape factory.
The other collections can be classified in two categories:
Copyright © 1994-2003, Dassault Systèmes. All rights reserved.