All Frameworks  Object Hierarchy  This Framework  Previous  Next  Indexes  

HybridShapeBump (Object)

IUnknown
  |
  +---IDispatch
    |
    +---CATBaseUnknown
      |
      +---CATBaseDispatch
        |
        +---AnyObject
          |
          +---HybridShape
            |
            +---HybridShapeBump
 


The Bump feature : an Bump is made up of a body to process and some Bump parameters.

Property Index

BodyToBump
Returns or sets the element to Bump.
CenterTension
Returns or sets the tensuion center parameter.
ContinuityType
Returns or sets the continuity type .
DeformationCenter
Returns or sets the Deformation Center.
DeformationDir
Returns or sets the Deformation Direction.
DeformationDist
Returns the translate distance (CATIA Parameter).
DeformationDistValue
Returns or sets the Deformation distance (double) .
LimitCurve
Returns or sets the limit curve.
ProjectionDir
Returns or sets the limit curve.

Properties


o Property BodyToBump() As CATIAReference
Returns or sets the element to Bump.
o Property CenterTension() As CATIARealParam
Returns or sets the tensuion center parameter.
o Property ContinuityType() As long
Returns or sets the continuity type ..
Legal values: the continuity type is either
 PointContinuity      =0
 TangentContinuity    =1 
 CurvatureContinuity  =2
 
o Property DeformationCenter() As CATIAReference
Returns or sets the Deformation Center.
o Property DeformationDir() As CATIAReference
Returns or sets the Deformation Direction.
o Property DeformationDist() As CATIALength
Returns the translate distance (CATIA Parameter).
Note: Distance value is seted 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
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
o Property LimitCurve() As CATIAReference
Returns or sets the limit curve.
o Property ProjectionDir() As CATIAReference
Returns or sets the limit curve.

Copyright © 2003, Dassault Systèmes. All rights reserved.