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:
Properties
- Property Angle() As (Read Only)
- Returns the rotation angle.
- Property Orientation() As
-
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. - Property Plane() As
-
Returns or sets the reference plane.
Sub-element(s) supported (see object): . - Property ProjectionMode() As
-
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
ProjModethe projection mode status for thePlaneAnglehybrid shape feature.Dim ProjMode As boolean ProjMode = PlaneAngle.ProjectionMode
Sub-element(s) supported (see object): , or .