GSMInterfaces HybridShapePlaneAngle (Object)
All Frameworks Object Hierarchy This Framework Previous Next Indexes
HybridShapePlaneAngle (Object)
IUnknown
|
+---IDispatch
|
+---CATBaseUnknown
|
+---CATBaseDispatch
|
+---AnyObject
|
+---HybridShape
|
+---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 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
Returns the rotation angle.
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.
Returns or sets the reference plane.
Sub-element(s) supported (see
Boundary object):
PlanarFace .
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
Returns or sets the rotation axis.
Sub-element(s) supported (see
Boundary object):
RectilinearTriDimFeatEdge ,
RectilinearBiDimFeatEdge or
RectilinearMonoDimFeatEdge .
Copyright © 2003, Dassault Systèmes. All rights reserved.