Properties
- 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
- 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