HybridShapeSweep (Object)

Represents the hybrid shape Sweep feature object.
Role: Declare hybrid shape Sweep root feature object. All interfaces for different type of sweep derivates HybridShapeSweep.

Use the CATIAHybridShapeFactory to create a HybridShapeSweep objects.

See also:

Properties


Property C0VerticesMode() As
Returns or sets the management mode of C0 vertices as twisted areas.
TRUE or FALSE.
Property FillTwistedAreas() As
Returns or sets the fill twisted areas mode.
Property SetbackValue() As
Returns or sets the setback value.

Methods


Sub AddCutPoints( iElement1, iElement2)
Sets two cut points on the master guide. These points define a zone to be kept on the final swept surface.
Parameters:
iElement1
First / start cut point.
iElement2
Second / end cut point.
Sub AddFillPoints( iElement1, iElement2)
Sets two fill points on the master guide. These points define a zone to be filled on the final swept surface.
Parameters:
iElement1
First / start fill point.
iElement2
Second / end fill point.
Func GetCutPoint( iRank) As
Func GetFillPoint( iRank) As
Sub RemoveAllCutPoints()
Removes all cut points.
Sub RemoveAllFillPoints()
Removes all fill points.