All Frameworks Object Hierarchy This Framework Indexes
This data includes:
Use the CATIAHybridShapeFactory to create a HybridShapeWrapCurve object.
o Property FirstCurvesConstraint( | ) As |
FirstCurvesConstraint
the constraint at first curves
of the ShpWrapCurve
hybrid shape WrapCurve feature.
Dim FirstCurvesConstraint As long Set FirstCurvesConstraint = ShpWrapCurve.FirstCurvesConstraint
o Property LastCurvesConstraint( | ) As |
LastCurvesConstraint
the constraint at last curves
of the ShpWrapCurve
hybrid shape WrapCurve feature.
Dim LastCurvesConstraint As long Set LastCurvesConstraint = ShpWrapCurve.LastCurvesConstraint
o Property Surface( | ) As |
SurfaceToDeform
the surface to deform
of the ShpWrapCurve
hybrid shape WrapCurve feature.
SurfaceToDeform = ShpWrapCurve.Surface
o Sub GetCurves( | iPosition, | |
oReferenceCurve, | ||
oTargetCurve) |
WrapCurveRefCurve
the first reference curve
of the ShpWrapCurve
hybrid shape WrapCurve feature and retrieves in WrapCurveTargCurve
the first target curve of the ShpWrapCurve
hybrid shape WrapCurve feature.
Dim WrapCurveRefCurve As Reference Dim WrapCurveTargCurve As Reference ShpWrapCurve.GetCurve(2)
o Func GetNumberOfCurves( | ) As |
NumberOfCurves
the number of couples of curves
of the ShpWrapCurve
hybrid shape WrapCurve feature.
NumberOfCurves = ShpWrapCurve.GetNumberOfCurves(2)
o Sub GetReferenceDirection( | oDirectionType, | |
oDirection) |
RefDirection
the reference direction
of the ShpWrapCurve
hybrid shape WrapCurve feature and
in RefDirectionType
the reference direction
of the ShpWrapCurve
hybrid shape WrapCurve
Dim RefDirectionType As long Dim RefDirection As CATIAHybridShapeDirection ShpWrapCurve.SetReferenceDirection (RefDirectionType, RefDirection)
o Sub GetReferenceSpine( | oSpineType, | |
oSpine) |
RefSpine
the reference spine
of the ShpWrapCurve
hybrid shape WrapCurve feature and
in RefSpineType
the reference spine type.
Dim RefSpineType As long Dim RefSpine As Reference ShpWrapCurve.GetReferenceSpine (RefSpineType, RefSpine)
o Sub InsertCurves( | iPosition, | |
iReferenceCurve, | ||
iTargetCurve) |
RefCurveForWrapCurve
curve and the TargCurveForWrapCurve
curve
at the end of the list to the ShpWrapCurve
hybrid shape WrapCurve feature.
ShpWrapCurve.InsertCurves (0, RefCurveForWrapCurve, TargCurveForWrapCurve)
o Sub InsertReferenceCurve( | iPosition, | |
iReferenceCurve) |
RefCurveForWrapCurve
curve
at the end of the list to the ShpWrapCurve
hybrid shape WrapCurve feature.
ShpWrapCurve.InsertCurves (0, RefCurveForWrapCurve)
o Sub RemoveCurves( | iPosition) |
ShpWrapCurve
hybrid shape WrapCurve feature.
ShpWrapCurve.RemoveCurves (1)
o Sub SetReferenceDirection( | iDirection) |
RefDirection
curve as the reference direction
of the ShpWrapCurve
hybrid shape WrapCurve feature.
ShpWrapCurve.SetReferenceDirection RefDirection
o Sub SetReferenceSpine( | iSpine) |
Curve10
curve as the reference Spine
of the ShpWrapCurve
hybrid shape WrapCurve feature.
ShpWrapCurve.SetReferenceSpine Curve10
Copyright © 2003, Dassault Systèmes. All rights reserved.