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¶ Note
- CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384)
- o Property Axis() As HybridShapeDirectionReads / Changes the Spiral axis (Reference direction).
- Returns
HybridShapeDirection
- Return type
-
property
center_point¶ 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.
- Returns
Reference
- Return type
-
property
clockwise_revolution¶ 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.
- Returns
bool
- Return type
bool
-
property
ending_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.
- Returns
Angle
- Return type
-
property
ending_radius¶ 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.
- Returns
Length
- Return type
-
property
invert_axis¶ 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.
- Returns
bool
- Return type
bool
-
property
pitch¶ Note
- CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384)
- o Property Pitch() As LengthReads / Changes the pitch of the Spiral.
- Returns
Length
- Return type
-
property
revol_number¶ 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.
- Returns
RealParam
- 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) –
- Returns
None
- 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) –
- Returns
None
- 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) –
- Returns
None
- Return type
None
-
property
starting_radius¶ 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.
- Returns
Length
- Return type
-
property
support¶ Note
- CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384)
- o Property Support() As ReferenceReads / Changes the spiral plane support.
- Returns
Reference
- Return type
-
property
type¶ Note
- CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384)
- o Property Type() As longReads / Changes the spiral type.
- Returns
int
- Return type
int
-
property