pycatia.part_interfaces.solid_combine

Module initially auto generated using V5Automation files from CATIA V5 R28 on 2020-06-11 12:40:47.360445

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.part_interfaces.solid_combine.SolidCombine(com_object)

Note

CAA V5 Visual Basic Help (2020-06-11 12:40:47.360445)

System.IUnknown
System.IDispatch
System.CATBaseUnknown
System.CATBaseDispatch
System.AnyObject
MecModInterfaces.Shape
PartInterfaces.SketchBasedShape
SolidCombine

The interface to access a CATIASolidCombine.
property first_component_direction: Reference

Note

CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384)
o Property FirstComponentDirection() As Reference

Returns or sets the direction of first component of
SolidCombine.

Example:
The following example returns in firstDirection the direction of first
component of firstSolidCombine SolidCombine feature, and then sets it to the
firstDirection2 direction element.

Set firstDirection = firstSolidCombine.FirstComponentDirection
Set firstSolidCombine.FirstComponentDirection = firstDirection2
Return type:

Reference

property first_component_profile: Reference

Note

CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384)
o Property FirstComponentProfile() As Reference

Returns or sets the profile of first component of
SolidCombine.

Example:
The following example returns in firstProfile the profile of first
component of firstSolidCombine SolidCombine feature, and then sets it to the
firstProfile2 profile element:

Set firstProfile = firstSolidCombine.FirstComponentProfile
Set firstSolidCombine.FirstComponentProfile = firstProfile2
Return type:

Reference

property second_component_direction: Reference

Note

CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384)
o Property SecondComponentDirection() As Reference

Returns or sets the direction of second component of
SolidCombine.

Example:
The following example returns in secondDirection the direction of
second component of firstSolidCombine SolidCombine feature, and then sets it to
the secondDirection2 direction element.

Set secondDirection = firstSolidCombine.SecondComponentDirection
Set firstSolidCombine.SecondComponentDirection = secondDirection2
Return type:

Reference

property second_component_profile: Reference

Note

CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384)
o Property SecondComponentProfile() As Reference

Returns or sets the profile of second component of
SolidCombine.

Example:
The following example returns in secondProfile the profile of second
component of firstSolidCombine SolidCombine feature, and then sets it to the
secondProfile2 profile element:

Set secondProfile = firstSolidCombine.SecondComponentProfile
Set firstSolidCombine.SecondComponentProfile = secondProfile2
Return type:

Reference