All Frameworks  Object Hierarchy  This Framework  Indexes   

AssemblyBoolean (Object)

Represents the AssemblyBoolean object.

Property Index

BodyComponent
Returns the component containing the operating body.
Body
Returns the operating body.

Properties


o Property BodyComponent() As (Read Only)
Returns the component containing the operating body.
Example:
The following example retrieves in opBodyComp the component that contains the operating body of the assembly boolean assemblyBool.
 Dim opBodyComp As Product
 Set opBodyComp = assemblyBool.BodyComponent
 
o Property Body() As (Read Only)
Returns the operating body.
Example:
The following example retrieves in opBody the operating body of the assembly boolean assemblyBool.
 Dim opBody As Body
 Set opBody = assemblyBool.Body
 

Copyright © 2003, Dassault Systèmes. All rights reserved.