HybridShapeSpine (Object)

Represents the hybrid spine curve feature object.
Role:Use the CATIAHybridShapeFactory to create a HybridShapeSpine object.
See also:

Properties


Property Orientation() As
Gets or Sets the orientation. Orientation by reference with the normal to the first section/plane
Property StartPoint() As
Retuns or sets the start point of the spine.

Methods


Sub AddGuide( iGuide)
Adds a guide to the spine curve.
Parameters:
iGuide
The guide curve to be added
Sub AddSection( iSection)
Adds a section or a plane to the spine curve.
Parameters:
iSection
The section curve or plane to be added

Sub-element(s) supported (see object): .
Sub GetGuide( iIdx, opIAGuide)
Retrieves a guide .
Parameters:
iIdx
The index of the guide
opIAGuide
The guide retrieved
Func GetNumberOfGuides() As
Retrieves number of guides in a spine curve.
Parameters:
oNbGuides
Number of guides in a spine curve
Func GetNumberOfSections() As
Retrieves number of sections in a spine curve.
Parameters:
oNbSections
Number of sections in a spine curve
Sub GetSection( iIdx, oSection)
Retrieves a section or a plane.
Parameters:
iIdx
The index of the section
oSection
The section retrieved
Sub ModifyGuideCurve( ipIAGuide, ipIANewGuide)
Modifies a guide from the spine curve.
Parameters:
ipIAGuide
The guide curve to be replaced.
ipIANewGuide
The new guide curve or plane which replaces the old one.
Sub ModifySectionCurve( ipIASection, ipIANewSection)
Modifies a section or a plane from the spine curve.
Parameters:
ipIASection
The section curve or plane to be replaced.
ipIANewSection
The new section curve or plane which replaces the old one.
Sub RemoveGuide( iGuide)
Removes a guide from the spine curve.
Parameters:
iGuide
The guide curve to be removed.
Sub RemoveSection( iSection)
Removes a section or a plane from the spine curve.
Parameters:
iSection
The section curve or plane to be removed.
Sub-element(s) supported (see object): .
Sub SetStartPoint( iPoint)
Sets the start point of the spine curve.
Parameters:
iPoint
The point to be set as the spine curve start point.
Sub-element(s) supported (see object): .