All Frameworks Object Hierarchy This Framework Previous Next Indexes
IUnknown
|
+---IDispatch
|
+---CATBaseUnknown
|
+---CATBaseDispatch
|
+---AnyObject
|
+---HybridShape
|
+---HybridShapeIntersection
| o Property Element1( | ) As CATIAReference |
FirstElem the first element to intersect for the Intersection
hybrid shape feature.
Dim FirstElem As Reference Set FirstElem = Intersection.Element1
| o Property Element2( | ) As CATIAReference |
SecondElem the second element to intersect for the Intersection
hybrid shape feature.
Dim SecondElem As Reference Set SecondElem = Intersection.Element2
| o Property ExtendMode( | ) As long |
ExtendMode the ExtendMode to intersect for the Intersection
hybrid shape feature.
Dim ExtendMode As Reference Set ExtendMode = Intersection.ExtendMode ExtendMode is 0 when both "Extend Linear Supposr for intersection" are unchecked ExtendMode is 1 when "Extend Linear Supposr for intersection" for First Element is checked and for Second Element is unchecked ExtendMode is 2 when "Extend Linear Supposr for intersection" for First Element is unchecked and for Second Element is checked ExtendMode is 3 when both "Extend Linear Supposr for intersection" are checked
| o Property ExtrapolateMode( | ) As boolean |
ExtrapolateMode the ExtrapolateMode to intersect for the Intersection
hybrid shape feature.
Dim ExtrapolateMode As Reference Set ExtrapolateMode = Intersection.ExtrapolateMode
| o Property IntersectMode( | ) As boolean |
IntersectMode the IntersectMode to intersect for the Intersection
hybrid shape feature.
Dim IntersectMode As Reference Set IntersectMode = Intersection.IntersectMode
| o Property PointType( | ) As long |
PointType the PointType to intersect for the Intersection
hybrid shape feature.
Dim PointType As Reference Set PointType = Intersection.PointType
| o Property SolidMode( | ) As boolean |
SolidMode the SolidMode to intersect for the Intersection
hybrid shape feature.
Dim SolidMode As Reference Set SolidMode = Intersection.SolidMode
Copyright © 2003, Dassault Systèmes. All rights reserved.