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 dd>
- 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): . dd>
- Sub GetGuide( iIdx, opIAGuide)
-
Retrieves a guide .
- Parameters:
-
- iIdx
- The index of the guide dd>
- opIAGuide
- The guide retrieved dd>
- Func GetNumberOfGuides() As
-
Retrieves number of guides in a spine curve.
- Parameters:
-
- oNbGuides
- Number of guides in a spine curve dd>
- Func GetNumberOfSections() As
-
Retrieves number of sections in a spine curve.
- Parameters:
-
- oNbSections
- Number of sections in a spine curve dd>
- Sub GetSection( iIdx, oSection)
-
Retrieves a section or a plane.
- Parameters:
-
- iIdx
- The index of the section dd>
- oSection
- The section retrieved dd>
- Sub ModifyGuideCurve( ipIAGuide, ipIANewGuide)
-
Modifies a guide from the spine curve.
- Parameters:
-
- ipIAGuide
- The guide curve to be replaced. dd>
- ipIANewGuide
- The new guide curve or plane which replaces the old one. dd>
- Sub ModifySectionCurve( ipIASection, ipIANewSection)
-
Modifies a section or a plane from the spine curve.
- Parameters:
-
- ipIASection
- The section curve or plane to be replaced. dd>
- ipIANewSection
- The new section curve or plane which replaces the old one. dd>
- Sub RemoveGuide( iGuide)
-
Removes a guide from the spine curve.
- Parameters:
-
- iGuide
- The guide curve to be removed. dd>
- 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): . dd>
- 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): . dd>