All Frameworks  Object Hierarchy  This Framework  Indexes  Previous Next  

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:
HybridShapeFactory.AddNewExtract

Property Index

AngularThresholdActivity
Returns or sets the AngularThresholdActivity.
AngularThreshold
Returns or sets the AngularThreshold.
ComplementaryExtract
Returns or sets the ComplementaryExtract checked/unchecked for the extract.
CurvatureThresholdActivity
Returns or sets the CurvatureThresholdActivity.
CurvatureThreshold
Returns or sets the CurvatureThreshold.
DistanceThresholdActivity
Returns or sets the DistanceThresholdActivity.
DistanceThreshold
Returns or sets the DistanceThreshold.
Elem
Returns or sets the sub element used as init for the propagation.
IsFederated
Returns or sets the IsFederated flag checked/unchecked for the extract.
PropagationType
Returns or sets the type of propagation for the extract.
Support
Returns or sets the support for the extract.

Properties


o Property AngularThresholdActivity() As boolean
Returns or sets the AngularThresholdActivity.
Example: This example retrieves the AngularThresholdActivity of the hybShpExtract in AngularActivity .
 Dim AngularActivity as boolean 
 AngularActivity = hybShpExtract.AngularThresholdActivity 
 
o Property AngularThreshold() As double
Returns or sets the AngularThreshold.
Example: This example retrieves the AngularThreshold of the hybShpExtract in AngularThH.
 Dim AngularThH as double
 AngularThH = hybShpExtract.AngularThreshold
 
o Property ComplementaryExtract() As boolean
Returns or sets the ComplementaryExtract checked/unchecked for the extract.
o Property CurvatureThresholdActivity() As boolean
Returns or sets the CurvatureThresholdActivity.
Example: This example retrieves the CurvatureThresholdActivity of the hybShpExtract in CurvatureActivity .
 Dim CurvatureActivity as boolean 
 CurvatureActivity = hybShpExtract.CurvatureThresholdActivity 
 
o Property CurvatureThreshold() As double
Returns or sets the CurvatureThreshold.
Example: This example retrieves the CurvatureThreshold of the hybShpExtract in CurvatureThH.
 Dim CurvatureThH as double
 CurvatureThH = hybShpExtract.CurvatureThreshold
 
o Property DistanceThresholdActivity() As boolean
Returns or sets the DistanceThresholdActivity.
Example: This example retrieves the DistanceThresholdActivity of the hybShpExtract in DistanceActivity .
 Dim DistanceActivity as boolean 
 DistanceActivity = hybShpExtract.DistanceThresholdActivity 
 
o Property DistanceThreshold() As double
Returns or sets the DistanceThreshold.
Example: This example retrieves the DistanceThreshold of the hybShpExtract in DistanceThH.
 Dim DistanceThH as double
 DistanceThH = hybShpExtract.DistanceThreshold
 
o Property Elem() As Reference
Returns or sets the sub element used as init for the propagation.
See also:
HybridShapeFactory
o Property IsFederated() As boolean
Returns or sets the IsFederated flag checked/unchecked for the extract.
o Property PropagationType() As long
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
o Property Support() As Reference
Returns or sets the support for the extract.

Copyright © 2003, Dassault Systèmes. All rights reserved.