HybridShapeExtract (Object)

Represents the hybrid shape extract feature object.
Role: To access the data of the hybrid shape extract feature object.

Use the CATIAHybridShapeFactory to create a HybridShapeExtract object.

See also:

Properties


Property AngularThreshold() As
Returns or sets the AngularThreshold.
Example: This example retrieves the AngularThreshold of the hybShpExtract in AngularThH.
 Dim AngularThH as double
 AngularThH = hybShpExtract.AngularThreshold
 
Property AngularThresholdActivity() As
Returns or sets the AngularThresholdActivity.
Example: This example retrieves the AngularThresholdActivity of the hybShpExtract in AngularActivity .
 Dim AngularActivity as boolean 
 AngularActivity = hybShpExtract.AngularThresholdActivity 
 
Property ComplementaryExtract() As
Returns or sets the ComplementaryExtract checked/unchecked for the extract.
Property CurvatureThreshold() As
Returns or sets the CurvatureThreshold.
Example: This example retrieves the CurvatureThreshold of the hybShpExtract in CurvatureThH.
 Dim CurvatureThH as double
 CurvatureThH = hybShpExtract.CurvatureThreshold
 
Property CurvatureThresholdActivity() As
Returns or sets the CurvatureThresholdActivity.
Example: This example retrieves the CurvatureThresholdActivity of the hybShpExtract in CurvatureActivity .
 Dim CurvatureActivity as boolean 
 CurvatureActivity = hybShpExtract.CurvatureThresholdActivity 
 
Property DistanceThreshold() As
Returns or sets the DistanceThreshold.
Example: This example retrieves the DistanceThreshold of the hybShpExtract in DistanceThH.
 Dim DistanceThH as double
 DistanceThH = hybShpExtract.DistanceThreshold
 
Property DistanceThresholdActivity() As
Returns or sets the DistanceThresholdActivity.
Example: This example retrieves the DistanceThresholdActivity of the hybShpExtract in DistanceActivity .
 Dim DistanceActivity as boolean 
 DistanceActivity = hybShpExtract.DistanceThresholdActivity 
 
Property Elem() As
Returns or sets the sub element used as init for the propagation.
See also:
Property IsFederated() As
Returns or sets the IsFederated flag checked/unchecked for the extract.
Property PropagationType() As
Returns or sets the type of propagation for the extract.
The propagation types for the extract can have the following values:
  • 1 for extraction propagation in point continuity
  • 2 for extraction propagation in tangent continuity
  • 3 for extraction without propagation
Property Support() As
Returns or sets the support for the extract.