pycatia.hybrid_shape_interfaces.hybrid_shape_3d_curve_offset

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_3d_curve_offset.HybridShape3DCurveOffset(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
HybridShape3DCurveOffset

Represents the hybrid shape 3DCurve Offset operation feature.
Role: Allows you to access data of the 3D Curve Offset feature created by using
a curve, a direction and three literal parameters

Use the HybridShapeFactory.AddNew3DCurveOffset to create a
HybridShape3DCurveOffset object.
property corner_radius_value: Length

Note

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

Returns or sets the Corner Radius Value.
Return type:

Length

property corner_tension_value: float

Note

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

Returns or sets the Corner Tension Value.
Return type:

float

property curve_to_offset: Reference

Note

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

Returns or sets the curve to offset.
Return type:

Reference

property direction: HybridShapeDirection

Note

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

Returns or sets the direction.
Return type:

HybridShapeDirection

property invert_direction: bool

Note

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

Returns or sets the direction orientation.
Return type:

bool

property offset_value: Length

Note

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

Returns or sets the OffsetValue.
Return type:

Length