pycatia.assembly_interfaces.assembly_boolean

Module initially auto generated using V5Automation files from CATIA V5 R28 on 2020-09-25 14:34:21.593357

Warning

The notes denoted “CAA V5 Visual Basic Help” are to be used as reference only. They are there as a guide as to how the visual basic / catscript functions work and thus help debugging in pycatia.

class pycatia.assembly_interfaces.assembly_boolean.AssemblyBoolean(com_object)

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)

System.IUnknown
System.IDispatch
System.CATBaseUnknown
System.CATBaseDispatch
System.AnyObject
CATAssemblyInterfaces.AssemblyFeature
AssemblyBoolean

Represents the AssemblyBoolean object.
property body: Body

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
o Property Body() As Body (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
Return type:

Body

property body_component: Product

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
o Property BodyComponent() As Product (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
Return type:

Product