All Frameworks  Object Hierarchy  This Framework  Previous  Next  Indexes  

AssemblyBoolean (Object)

IUnknown
  |
  +---IDispatch
    |
    +---CATBaseUnknown
      |
      +---CATBaseDispatch
        |
        +---AnyObject
          |
          +---AssemblyFeature
            |
            +---AssemblyBoolean
 


Represents the AssemblyBoolean object.

Property Index

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

Properties


o Property Body() As CATIABody (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
 
o Property BodyComponent() As CATIAProduct (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
 

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