Role: To access the data of the hybrid shape intersection object. This data includes:
- The first element to intersect
- The second element to intersect
- See also:
Properties
- Property Element1() As
-
Returns or sets the first element to intersect.
Sub-element(s) supported (see object): , or .- Example:
-
This example retrieves in
FirstElemthe first element to intersect for theIntersectionhybrid shape feature.Dim FirstElem As Reference Set FirstElem = Intersection.Element1
- Property Element2() As
-
Returns or sets the second element to intersect.
Sub-element(s) supported (see object): , or .- Example:
-
This example retrieves in
SecondElemthe second element to intersect for theIntersectionhybrid shape feature.Dim SecondElem As Reference Set SecondElem = Intersection.Element2
- Property ExtendMode() As
-
Returns or sets the ExtendMode flag for intersect.
- Example:
-
This example retrieves in
ExtendModethe ExtendMode to intersect for theIntersectionhybrid 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
- Property ExtrapolateMode() As
-
Returns or sets the ExtrapolateMode flag for intersect.
- Example:
-
This example retrieves in
ExtrapolateModethe ExtrapolateMode to intersect for theIntersectionhybrid shape feature.Dim ExtrapolateMode As Reference Set ExtrapolateMode = Intersection.ExtrapolateMode
- Property IntersectMode() As
-
Returns or sets the IntersectMode flag for intersect.
- Example:
-
This example retrieves in
IntersectModethe IntersectMode to intersect for theIntersectionhybrid shape feature.Dim IntersectMode As Reference Set IntersectMode = Intersection.IntersectMode
- Property PointType() As
-
Returns or sets the PointType flag for intersect.
- Example:
-
This example retrieves in
PointTypethe PointType to intersect for theIntersectionhybrid shape feature.Dim PointType As Reference Set PointType = Intersection.PointType
- Property SolidMode() As
-
Returns or sets the SolidMode flag for intersect.
- Example:
-
This example retrieves in
SolidModethe SolidMode to intersect for theIntersectionhybrid shape feature.Dim SolidMode As Reference Set SolidMode = Intersection.SolidMode