Indexes   

HybridShapePlaneAngle (Object)

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:

Use the CATIAHybridShapeFactory to create a HybridShapePlaneAngle object.

See also:
HybridShapeFactory

Property Index

Angle
Returns the rotation angle.
Orientation
Returns or sets the plane orientation.
Plane
Returns or sets the reference plane.
ProjectionMode
Gets or sets the projection mode status.
RevolAxis
Returns or sets the rotation axis.

Properties


o Property Angle() As (Read Only)
Returns the rotation angle.
o 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.
o Property Plane() As
Returns or sets the reference plane.
Sub-element(s) supported (see
Boundary object): PlanarFace.
o 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 ProjMode the projection mode status for the PlaneAngle hybrid shape feature.
 Dim ProjMode As boolean
 ProjMode = PlaneAngle.ProjectionMode
 
o Property RevolAxis() As
Returns or sets the rotation axis.
Sub-element(s) supported (see
Boundary object): RectilinearTriDimFeatEdge, RectilinearBiDimFeatEdge or RectilinearMonoDimFeatEdge.

Copyright © 2006, Dassault Systèmes. All rights reserved.