IRubberEntity¶
- class IRubberEntity¶
Bases:
IEntity- Description:
Represents a rubber entity.
Wraps a COM object or another wrapper instance. Accepts: - A valid impact_object - An existing impact_com_wrapper_base-derived instance
- property angle_at_end¶
Gets angle_at_end.
- Description:
Gets or sets the angle at the end of the rubber entity.
- Remarks:
Introduced in Impact 12.0.0.143 and Impact 11.1.2.3
- Returns:
The value of angle_at_end.
- Return type:
angle_at_end (float)
- property angle_at_start¶
Gets angle_at_start.
- Description:
Gets or sets the angle at the start of the rubber entity.
- Remarks:
Introduced in Impact 12.0.0.143 and Impact 11.1.2.3
- Returns:
The value of angle_at_start.
- Return type:
angle_at_start (float)
- property bevel_side¶
Gets bevel_side.
- Description:
Determines the orientation of the profile rubber entity.
- Remarks:
The returned bevel side is the profiled side of the profile rubber in the same running direction as the original cut entity. Introduced in Impact 12.0.0.160
- Returns:
The value of bevel_side.
- Return type:
- property cut_length¶
Gets cut_length.
- Description:
Gets the length of the rubber entity accounting for offsets and angles
- Remarks:
This is the length of the profile rubber along the centre of the piece, angles and offsets applied. Introduced in Impact 12.0.0.143 and Impact 11.1.2.3
- Returns:
The value of cut_length.
- Return type:
cut_length (float)
- property length¶
Gets Length.
- Description:
Gets or sets the length of the rubber entity.
- Remarks:
This is the length of the entity, to get the length including the offset reductions use cut_length instead. Introduced in Impact 12.0.0.143 and Impact 11.1.2.3
- Returns:
The value of Length.
- Return type:
length (float)
- property offset_at_end¶
Gets offset_at_end.
- Description:
Gets or sets the distance offset at the end of the rubber entity.
- Remarks:
Introduced in Impact 12.0.0.143 and Impact 11.1.2.3
- Returns:
The value of offset_at_end.
- Return type:
offset_at_end (float)
- property offset_at_start¶
Gets offset_at_start.
- Description:
Gets or sets the distance offset at the start of the rubber entity.
- Remarks:
Introduced in Impact 12.0.0.143 and Impact 11.1.2.3
- Returns:
The value of offset_at_start.
- Return type:
offset_at_start (float)