All Frameworks Object Hierarchy This Framework Indexes
This data includes:
Use the CATIAHybridShapeFactory to create a HybridShapeBlend object.
o Property Coupling( | ) As |
CouplingVal
the coupling value
of the ShpBlend
hybrid shape blended feature.
CouplingVal = ShpBlend.Coupling
o Property RuledDevelopableSurface( | ) As |
o Property SmoothAngleThresholdActivity( | ) As |
o Property SmoothAngleThreshold( | ) As (Read Only) |
o Property SmoothDeviationActivity( | ) As |
o Property SmoothDeviation( | ) As (Read Only) |
o Property Spine( | ) As |
o Func GetBorderMode( | iBlendLimit) As |
BorderType
the type of border of the first limit
of the ShpBlend
hybrid shape blended feature.
BorderType = ShpBlend.GetBorderMode(1)
o Func GetClosingPoint( | iBlendLimit) As |
ClosingPoint
the closing point of the curve
of the second limit
of the ShpBlend
hybrid shape blended feature.
Dim ClosingPoint As Reference ClosingPoint = ShpBlend.GetClosingPoint(2)
o Func GetContinuity( | iBlendLimit) As |
Continuity
the continuity of the second limit
of the ShpBlend
hybrid shape blended feature.
Continuity = ShpBlend.GetContinuity(2)
o Func GetCurve( | iBlendLimit) As |
BlendCurve
the curve of the second limit
of the ShpBlend
hybrid shape blended feature.
Dim BlendCurve As Reference BlendCurve = ShpBlend.GetCurve(2)
o Func GetOrientation( | iBlendLimit) As |
Orientation
the orientation of the second limit
of the ShpBlend
hybrid shape blended feature.
Orientation = ShpBlend.GetOrientation(2)
o Func GetRuledDevelopableSurfaceConnection( | iBlendLimit) As |
o Func GetSupport( | iBlendLimit) As |
SupportSurf
the support surface of the second limit
of the ShpBlend
hybrid shape blended feature.
Dim SupportSurf As Reference SupportSurf = ShpBlend.GetSupport(2)
o Func GetTensionInDouble( | iBlendLimit, | |
iRank) As |
TensionVal
the tension value
of the tension, supposed to be a constant tension, of the first limit
of the ShpBlend
hybrid shape blended feature.
Dim ConstTensionVal As RealParam Set ConstTensionVal = ShpBlend.GetTensionInDouble(1, 1)
o Func GetTensionType( | iBlendLimit) As |
TensionType
the tension type
of the first limit
of the ShpBlend
hybrid shape blended feature.
TensionType.GetTensionType(1)
o Func GetTransition( | iBlendLimit) As |
TransOrientation
the transition orientation
of the second limit
of the ShpBlend
hybrid shape blended feature.
TransOrientation = ShpBlend.GetTransition(2)
o Func GetTrimSupport( | iBlendLimit) As |
ShpBlend
hybrid shape blended feature should be trimmed off.
IsTrimmed = ShpBlend.GetTrimSupport(2)
o Sub InsertCouplingPoint( | iCouplingIndex, | |
iPosition, | ||
iPoint) |
Point23
point into the third coupling at the end
of the list of coupling points
of the ShpBlend
hybrid shape blended feature.
ShpBlend.InsertCouplingPoint 3, 0, Point23
o Sub InsertCoupling( | iPosition) |
ShpBlend
hybrid shape blended feature.
ShpBlend.InsertCouplingt 0
o Sub SetBorderMode( | iBlendLimit, | |
iBorder) |
ShpBlend
hybrid shape blended feature to "no constraint".
ShpBlend.SetBorderMode 2, 2
o Sub SetClosingPoint( | iBlendLimit, | |
iClosingPoint) |
Point10
point as the closing point to the second limit
of the ShpBlend
hybrid shape blended feature.
ShpBlend.SetClosingPoint 2, Point10
o Sub SetContinuity( | iBlendLimit, | |
iContinuity) |
ShpBlend
hybrid shape blended feature to tangency continuity.
ShpBlend.SetContinuity 2, 1
o Sub SetCurve( | iBlendLimit, | |
iCurve) |
CurveForBlend
curve to the second limit
of the ShpBlend
hybrid shape blended feature.
ShpBlend.SetCurve 2, CurveForBlend
o Sub SetOrientation( | iBlendLimit, | |
iOrientation) |
ShpBlend
hybrid shape blended feature to direct.
ShpBlend.SetOrientation 2, 1
o Sub SetRuledDevelopableSurfaceConnection( | iBlendLimit, | |
iBlendConnection) |
o Sub SetSmoothAngleThreshold( | iAngle) |
o Sub SetSmoothDeviation( | iLength) |
o Sub SetSupport( | iBlendLimit, | |
iSupport) |
SupportSurf
surface as the support of the second limit
of the ShpBlend
hybrid shape blended feature.
ShpBlend.SetSupport 2, SupportSurf
o Sub SetTensionInDouble( | iBlendLimit, | |
iTensionType, | ||
iFirstTension, | ||
iSecondTension) |
ShpBlend
hybrid shape blended feature to respectively 1.5 and 0.5.
ShpBlend.SetTensionInDouble 1, 3, 1.5, 0.5
o Sub SetTensionType( | iBlendLimit, | |
iTensionType) |
ShpBlend
hybrid shape blended feature.
ShpBlend.SetTensionType 1, 1
o Sub SetTransition( | iBlendLimit, | |
iTransition) |
ShpBlend
hybrid shape blended feature to reverse.
ShpBlend.SetTransition 2, -1
o Sub SetTrimSupport( | iBlendLimit, | |
iTrimSupport) |
ShpBlend
hybrid shape blended feature should be trimmed off.
ShpBlend.SetTrimSupport 2, 2
o Sub UnsetClosingPoint( | iBlendLimit) |
ShpBlend
hybrid shape blended feature.
ShpBlend.UnsetClosingPoint 2
o Sub UnsetSupport( | iBlendLimit) |
ShpBlend
hybrid shape blended feature.
ShpBlend.UnsetSupport 2
Copyright © 2003, Dassault Systèmes. All rights reserved.