pycatia.hybrid_shape_interfaces.hybrid_shape_sweep

Module initially auto generated using V5Automation files from CATIA V5 R28 on 2020-07-06 14:02:20.222384

Warning

The notes denoted “CAA V5 Visual Basic Help” are to be used as reference only. They are there as a guide as to how the visual basic / catscript functions work and thus help debugging in pycatia.

class pycatia.hybrid_shape_interfaces.hybrid_shape_sweep.HybridShapeSweep(com_object)

Note

CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384)

System.IUnknown
System.IDispatch
System.CATBaseUnknown
System.CATBaseDispatch
System.AnyObject
MecModInterfaces.HybridShape
HybridShapeSweep

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

Use the CATIAHybridShapeFactory to create a HybridShapeSweep
objects.

See also:
HybridShapeFactory
add_cut_points(i_element1: Reference, i_element2: Reference) None

Note

CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384))
o Sub AddCutPoints(Reference iElement1,
Reference 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.
Parameters:
Return type:

None

add_fill_points(i_element1: Reference, i_element2: Reference) None

Note

CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384))
o Sub AddFillPoints(Reference iElement1,
Reference 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.
Parameters:
Return type:

None

property c0_vertices_mode: bool

Note

CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384)
o Property C0VerticesMode() As boolean

Returns or sets the management mode of C0 vertices as twisted
areas.
TRUE or FALSE.
Return type:

bool

property fill_twisted_areas: int

Note

CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384)
o Property FillTwistedAreas() As long

Returns or sets the fill twisted areas mode.
Return type:

int

get_cut_point(i_rank: int) Reference

Note

CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384))
o Func GetCutPoint(long iRank) As Reference
Parameters:

i_rank (int) –

Return type:

Reference

get_fill_point(i_rank: int) Reference

Note

CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384))
o Func GetFillPoint(long iRank) As Reference
Parameters:

i_rank (int) –

Return type:

Reference

remove_all_cut_points() None

Note

CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384))
o Sub RemoveAllCutPoints()

Removes all cut points.
Return type:

None

remove_all_fill_points() None

Note

CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384))
o Sub RemoveAllFillPoints()

Removes all fill points.
Return type:

None

property setback_value: float

Note

CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384)
o Property SetbackValue() As double

Returns or sets the setback value.
Return type:

float