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.IUnknownSystem.IDispatchSystem.CATBaseUnknownSystem.CATBaseDispatchSystem.AnyObjectMecModInterfaces.HybridShapeHybridShape3DCurveOffsetRepresents the hybrid shape 3DCurve Offset operation feature.Role: Allows you to access data of the 3D Curve Offset feature created by usinga curve, a direction and three literal parametersUse the HybridShapeFactory.AddNew3DCurveOffset to create aHybridShape3DCurveOffset object.-
property
corner_radius_value¶ Note
- CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384)
- o Property CornerRadiusValue() As LengthReturns or sets the Corner Radius Value.
- Returns
Length
- Return type
-
property
corner_tension_value¶ Note
- CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384)
- o Property CornerTensionValue() As doubleReturns or sets the Corner Tension Value.
- Returns
float
- Return type
float
-
property
curve_to_offset¶ Note
- CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384)
- o Property CurveToOffset() As ReferenceReturns or sets the curve to offset.
- Returns
Reference
- Return type
-
property
direction¶ Note
- CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384)
- o Property Direction() As HybridShapeDirectionReturns or sets the direction.
- Returns
HybridShapeDirection
- Return type
-
property
invert_direction¶ Note
- CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384)
- o Property InvertDirection() As booleanReturns or sets the direction orientation.
- Returns
bool
- Return type
bool
-
property