pycatia.hybrid_shape_interfaces.hybrid_shape_plane_angle

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_plane_angle.HybridShapePlaneAngle(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
CATGSMIDLItf.Plane
HybridShapePlaneAngle

Represents the hybrid shape plane angle feature object.
Role: To access the data of the hybrid shape plane angle feature object,
created with an angle to another plane. This data includes:

The rotation axis
The rotation angle
The reference plane

Use the CATIAHybridShapeFactory to create a HybridShapePlaneAngle
object.

See also:
HybridShapeFactory
property angle: Angle

Note

CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384)
o Property Angle() As Angle (Read Only)

Returns the rotation angle.
Return type:

Angle

property orientation: int

Note

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

Returns or sets the plane orientation.
Role: The orientation allows you to invert the plane from the reference
plane.
Legal values: the orientation is 1 if the plane orientation is not
inverted, and -1 otherwise.
Return type:

int

property projection_mode: bool

Note

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

Gets or sets the projection mode status.
ProjectionMode = TRUE : Rotation axis will be projected on to reference plane.
FALSE(default) : Rotation axis will be as it is. This example retrieves in ProjMode the projection | mode status for the PlaneAngle hybrid shape feature.

Dim ProjMode As boolean
ProjMode = PlaneAngle.ProjectionMode
Return type:

bool

property ref_plane: Reference

Note

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

Returns or sets the reference plane.
Sub-element(s) supported (see Boundary object): PlanarFace.
Return type:

Reference

property revol_axis: Reference

Note

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

Returns or sets the rotation axis.
Sub-element(s) supported (see Boundary object): RectilinearTriDimFeatEdge,
RectilinearBiDimFeatEdge or RectilinearMonoDimFeatEdge.
Return type:

Reference