All Frameworks  Object Hierarchy  This Framework  Indexes  Previous Next  

SolidCombine (Object)

The interface to access a CATIASolidCombine.

Property Index

FirstComponentDirection
Returns or sets the direction of first component of SolidCombine.
FirstComponentProfile
Returns or sets the profile of first component of SolidCombine.
SecondComponentDirection
Returns or sets the direction of second component of SolidCombine.
SecondComponentProfile
Returns or sets the profile of second component of SolidCombine.

Properties


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

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