All Frameworks Object Hierarchy This Framework Previous Next Indexes
IUnknown
|
+---IDispatch
|
+---CATBaseUnknown
|
+---CATBaseDispatch
|
+---AnyObject
|
+---HybridShape
|
+---HybridShapeIntegratedLaw
Use the CATIAHybridShapeFactory to create a HybridShapeIntegratedLaw object.
| o Property AdvancedLaw( | ) As CATIAReference |
ALaw the external law
for the IntegratedLaw hybrid shape feature.
Dim ALaw Set ALaw = IntegratedLaw.AdvancedLaw
| o Property EndParam( | ) As CATIALength (Read Only) |
EParam the end parameter
for the IntegratedLaw hybrid shape feature.
Dim EParam Set EParam = IntegratedLaw.EndParam
| o Property ImplicitLawInterpolationMode( | ) As long |
InterpolLawMode the Interpolation mode
for the IntegratedLaw hybrid shape feature.
Dim InterpolLawMode Set InterpolLawMode = IntegratedLaw.ImplicitLawInterpolationMode
| o Property InvertMappingLaw( | ) As boolean |
IMappingLaw the mapping orientation of the law
for the IntegratedLaw hybrid shape feature.
Dim IMappingLaw Set IMappingLaw = IntegratedLaw.InvertMappingLaw
| o Property PitchLawType( | ) As long |
PLawType the pitch law type
for the IntegratedLaw hybrid shape feature.
Dim PLawType Set PLawType = IntegratedLaw.PitchLawType
| o Property Spine( | ) As CATIAReference |
Spine1 the spine
for the IntegratedLaw hybrid shape feature.
Dim Spine1 Set Spine1 = IntegratedLaw.Spine
| o Property StartParam( | ) As CATIALength (Read Only) |
SParam the start parameter
for the IntegratedLaw hybrid shape feature.
Dim SParam Set SParam = IntegratedLaw.StartParam
| o Sub AppendNewPointAndParam( | CATIAReference | iPoint, |
| long | iParam) |
| o Sub GetPointAndParam( | long | iPos, |
| CATIAReference | oPoint, | |
| CATIAReference | oParam) |
| o Func GetSize( | ) As long |
| o Sub RemoveAllPointsAndParams( | ) |
| o Sub RemovePointAndParam( | CATIAReference | iPoint) |
| o Sub SetEndParam( | long | iEndParam) |
| o Sub SetStartParam( | long | iStartParam) |
Copyright © 2003, Dassault Systèmes. All rights reserved.