All Frameworks Object Hierarchy This Framework Previous Next Indexes
IUnknown
|
+---IDispatch
|
+---CATBaseUnknown
|
+---CATBaseDispatch
|
+---AnyObject
|
+---HybridShape
|
+---HybridShapeTrim
| o Property AutomaticExtrapolationMode( | ) As boolean |
AutoExtrapolMode the automatic extrapolation mode status
for the Trim hybrid shape feature.
Dim AutoExtrapolMode As boolean AutoExtrapolMode = Trim.AutomaticExtrapolationMode
| o Property Connex( | ) As boolean |
Connex the connected mode
for the Trim hybrid shape feature.
Dim Connex As boolean Connex = Trim.Connex
| o Property FirstElem( | ) As CATIAReference |
Surface1 the first element to be trimmed
for the hybTrim hybrid shape feature.
Dim Surface1 As Reference Set Surface1 = hybTrim.FirstElem
| o Property FirstOrientation( | ) As long |
firstOrient the orientation of
the first element used by the hybTrim hybrid shape feature.
Dim firstOrient As long Set firstOrient = hybTrim.FirstOrientation
| o Property IntersectionComputation( | ) As boolean |
Intersection the Intersection computation mode
for the Trim hybrid shape feature.
Dim Intersection As boolean Intersection = Trim.IntersectionComputation
| o Property Manifold( | ) As boolean |
Manifold the manifold mode
for the Trim hybrid shape feature.
Dim Manifold As boolean Connex = Trim.Manifold
| o Property Mode( | ) As long |
Mode the mode
for the Trim hybrid shape feature.
Dim Mode As long Mode = Trim.Mode
| o Property SecondElem( | ) As CATIAReference |
Surface2 the second element to be trimmed
for the hybTrim hybrid shape trim object.
Dim Surface2 As Reference Set Surface2 = hybTrim.SecondElem
| o Property SecondOrientation( | ) As long |
secondOrient the orientation of
the second element used by the hybTrim hybrid shape trim object.
Dim secondOrient As long Set secondOrient = hybTrim.SecondOrientation
| o Property Simplify( | ) As boolean |
hybTrim hybrid shape trim object.
hybTrim.Simplify = True
| o Property Support( | ) As CATIAReference |
supportElement the support element
of the hybTrim hybrid shape trim object.
Dim supportElement As Reference Set supportElement = hybTrim.Support
| o Sub AddElementToKeep( | CATIAReference | iElement) |
| o Sub AddElementToRemove( | CATIAReference | iElement) |
| o Func GetElem( | long | iRank) As CATIAReference |
| o Func GetKeptElem( | long | iRank) As CATIAReference |
| o Func GetNbElem( | ) As long |
| o Func GetNbElementsToKeep( | ) As long |
| o Func GetNbElementsToRemove( | ) As long |
| o Func GetNextOrientation( | long | iRank) As long |
| o Func GetPortionToKeep( | long | iRank) As long |
| o Func GetPreviousOrientation( | long | iRank) As long |
| o Func GetRemovedElem( | long | iRank) As CATIAReference |
| o Sub InvertFirstOrientation( | ) |
hybTrim hybrid shape trim object.
hybTrim.InvertFirstOrientation
| o Sub InvertSecondOrientation( | ) |
hybTrim hybrid shape trim object.
hybTrim.InvertSecondOrientation
| o Sub RemoveElementToKeep( | long | iRank) |
| o Sub RemoveElementToRemove( | long | iRank) |
| o Sub SetElem( | long | iRank, |
| CATIAReference | iElem) |
| o Sub SetNextOrientation( | long | iRank, |
| long | iOrientation) |
| o Sub SetPortionToKeep( | long | iRank, |
| long | iPortionNumber) |
| o Sub SetPreviousOrientation( | long | iRank, |
| long | iOrientation) |
Copyright © 2003, Dassault Systèmes. All rights reserved.