pycatia.hybrid_shape_interfaces.hybrid_shape_extract

Module initially auto generated using V5Automation files from CATIA V5 R28 on 2020-07-06 14:02:20.222384

Warning

The notes denoted “CAA V5 Visual Basic Help” are to be used as reference only. They are there as a guide as to how the visual basic / catscript functions work and thus help debugging in pycatia.

class pycatia.hybrid_shape_interfaces.hybrid_shape_extract.HybridShapeExtract(com_object)

Note

CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384)

System.IUnknown
System.IDispatch
System.CATBaseUnknown
System.CATBaseDispatch
System.AnyObject
MecModInterfaces.HybridShape
HybridShapeExtract

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 angular_threshold: float

Note

CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384)
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
Return type:

float

property angular_threshold_activity: bool

Note

CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384)
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
Return type:

bool

property complementary_extract: bool

Note

CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384)
o Property ComplementaryExtract() As boolean

Returns or sets the ComplementaryExtract checked/unchecked for the extract.
Return type:

bool

property curvature_threshold: float

Note

CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384)
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
Return type:

float

property curvature_threshold_activity: bool

Note

CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384)
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
Return type:

bool

property distance_threshold: float

Note

CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384)
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
Return type:

float

property distance_threshold_activity: bool

Note

CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384)
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
Return type:

bool

property elem: Reference

Note

CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384)
o Property Elem() As Reference

Returns or sets the sub element used as init for the
propagation.

See also:
HybridShapeFactory
Return type:

Reference

property is_federated: bool

Note

CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384)
o Property IsFederated() As boolean

Returns or sets the IsFederated flag checked/unchecked for the extract.
Return type:

bool

property propagation_type: int

Note

CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384)
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
Return type:

int

property support: Reference

Note

CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384)
o Property Support() As Reference

Returns or sets the support for the extract.
Return type:

Reference