pycatia.hybrid_shape_interfaces.hybrid_shape_bump

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_bump.HybridShapeBump(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
HybridShapeBump

The Bump feature : an Bump is made up of a body to process and some Bump parameters.
property body_to_bump: pycatia.in_interfaces.reference.Reference

Note

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

Returns or sets the element to Bump.
Return type

Reference

property center_tension: pycatia.knowledge_interfaces.real_param.RealParam

Note

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

Returns or sets the tension center parameter.
Return type

RealParam

property continuity_type: int

Note

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

Returns or sets the continuity type ..
Legal values: the continuity type is either

PointContinuity =0
TangentContinuity =1
CurvatureContinuity =2
Return type

int

property deformation_center: pycatia.in_interfaces.reference.Reference

Note

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

Returns or sets the Deformation Center.
Return type

Reference

property deformation_dir: pycatia.in_interfaces.reference.Reference

Note

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

Returns or sets the Deformation Direction.
Return type

Reference

property deformation_dist: pycatia.knowledge_interfaces.length.Length

Note

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

Returns the translate distance (CATIA Parameter).
Note: Distance value is set or retrieve trough a Literaql
parameter
Parameters are value are given in the Part Unit
Example : if Part Unit for dimensions is mm: for 1 mmm, oDefDist.Value will return 1.000
Return type

Length

property deformation_dist_value: float

Note

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

Returns or sets the Deformation distance (double) .
Note: Distance value is expressed in MKS = Meters
Example to set up 1mm , use .001
Return type

float

property limit_curve: pycatia.in_interfaces.reference.Reference

Note

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

Returns or sets the limit curve.
Return type

Reference

property projection_dir: pycatia.in_interfaces.reference.Reference

Note

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

Returns or sets the limit curve.
Return type

Reference