pycatia.hybrid_shape_interfaces.hybrid_shape_spiral¶
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_spiral.HybridShapeSpiral(com_object)¶
Note
CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384)
System.IUnknownSystem.IDispatchSystem.CATBaseUnknownSystem.CATBaseDispatchSystem.AnyObjectMecModInterfaces.HybridShapeHybridShapeSpiralRepresents the hybrid shape Spiral feature object.Role: Allows to access data of the Spiral feature. This dataincludes:typesupportcentre pointaxisstarting radiusorientationending angleending radiusrevolutionpitchSee also:HybridShapeFactory- property axis: pycatia.hybrid_shape_interfaces.hybrid_shape_direction.HybridShapeDirection¶
Note
- CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384)
- o Property Axis() As HybridShapeDirectionReads / Changes the Spiral axis (Reference direction).
- Return type
- property center_point: pycatia.in_interfaces.reference.Reference¶
Note
- CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384)
- o Property CenterPoint() As ReferenceReads / Changes the center point of the Spiral.
- Return type
- property clockwise_revolution: bool¶
Note
- CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384)
- o Property ClockwiseRevolution() As booleanReads / Modifies the sense of revolutions .FALSE means that revolutions are counter-clockwise.TRUE means that revolutions are clockwise.
- Return type
bool
- property ending_angle: pycatia.knowledge_interfaces.angle.Angle¶
Note
- CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384)
- o Property EndingAngle() As AngleReads / Changes the Ending Angle of the Spiral.
- Return type
- property ending_radius: pycatia.knowledge_interfaces.length.Length¶
Note
- CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384)
- o Property EndingRadius() As LengthReads / Changes the ending radius of the Spiral.
- Return type
- property invert_axis: bool¶
Note
- CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384)
- o Property InvertAxis() As booleanReads / Modifies the orientation .FALSE means that there is no invertion (naturalorientation).TRUE to invert this orientation.
- Return type
bool
- property pitch: pycatia.knowledge_interfaces.length.Length¶
Note
- CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384)
- o Property Pitch() As LengthReads / Changes the pitch of the Spiral.
- Return type
- property revol_number: pycatia.knowledge_interfaces.real_param.RealParam¶
Note
- CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384)
- o Property RevolNumber() As RealParamReads / Changes the revolution number of the Spiral.
- Return type
- set_angle_pitch_param(i_end_angle: float, i_revol_number: float, i_pitch: float) None¶
Note
- CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384))
- o Sub SetAnglePitchParam(double iEndAngle,double iRevolNumber,double iPitch)Sets Angle pitch parameter.
- Parameters
i_end_angle (float) –
i_revol_number (float) –
i_pitch (float) –
- Return type
None
- set_angle_radius_param(i_end_angle: float, i_revol_number: float, i_end_radius: float) None¶
Note
- CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384))
- o Sub SetAngleRadiusParam(double iEndAngle,double iRevolNumber,double iEndRadius)Sets Angle radius parameters.
- Parameters
i_end_angle (float) –
i_revol_number (float) –
i_end_radius (float) –
- Return type
None
- set_radius_pitch_param(i_end_radius: float, i_pitch: float) None¶
Note
- CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384))
- o Sub SetRadiusPitchParam(double iEndRadius,double iPitch)Sets Radius pitch parameter.
- Parameters
i_end_radius (float) –
i_pitch (float) –
- Return type
None
- property starting_radius: pycatia.knowledge_interfaces.length.Length¶
Note
- CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384)
- o Property StartingRadius() As LengthReads / Changes the starting radius of the Spiral.
- Return type
- property support: pycatia.in_interfaces.reference.Reference¶
Note
- CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384)
- o Property Support() As ReferenceReads / Changes the spiral plane support.
- Return type
- property type: int¶
Note
- CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384)
- o Property Type() As longReads / Changes the spiral type.
- Return type
int