All Frameworks Object Hierarchy This Framework Previous Next Indexes
HybridShapeExtremum (Object)
IUnknown
|
+---IDispatch
|
+---CATBaseUnknown
|
+---CATBaseDispatch
|
+---AnyObject
|
+---HybridShape
|
+---HybridShapeExtremum
Represents the hybrid shape extremum feature object.
Role: To access the data of the hybrid shape extremum feature object.
This data includes:
- The three directions into which the extremum is detected
- The object onto which the extremum is detected
- The extremum type of each direction
Use the CATIAHybridShapeFactory to create a HybridShapeExtremum object.
- See also:
- HybridShapeFactory
Property Index
-
Direction
- Returns or sets the direction into which the extremum is detected.
-
Direction2
- Returns or sets the second direction into which the extremum is detected.
-
Direction3
- Returns or sets the third direction into which the extremum is detected.
-
ExtremumType
- Returns or sets the extremum type.
-
ExtremumType2
- Returns or sets the extremum type of the second direction.
-
ExtremumType3
- Returns or sets the extremum type of the third direction.
-
ReferenceElement
- Returns or sets the object on which the extremum is detected.
Properties
-
Returns or sets the direction into which the extremum is detected.
-
Returns or sets the second direction into which the extremum is detected.
-
Returns or sets the third direction into which the extremum is detected.
o Property ExtremumType( | ) As long |
-
Returns or sets the extremum type.
Legal values:
1 to get a maximum element or 0 to get a minimum element.
o Property ExtremumType2( | ) As long |
-
Returns or sets the extremum type of the second direction.
Legal values:
1 to get a maximum element or 0 to get a minimum element.
o Property ExtremumType3( | ) As long |
-
Returns or sets the extremum type of the third direction.
Legal values:
1 to get a maximum element or 0 to get a minimum element.
-
Returns or sets the object on which the extremum is detected.