All Frameworks Object Hierarchy This Framework Indexes
Use the CATIAHybridShapeFactory to create a HybridShapeCylinder object.
| o Property Center( | ) As |
CylinderCenter the center of the Cylinder,
for the Cylinder hybrid shape feature.
Dim CylinderCenter As Reference Set CylinderCenter = Cylinder.Center
| o Property Direction( | ) As |
CylinderDirection the direction of extrusion of the Cylinder,
for the Cylinder hybrid shape feature.
Dim CylinderDirection As HybridShapeDirection Set CylinderDirection = Cylinder.Direction
| o Property Length1( | ) As |
CylinderLength1 the length of the Cylinder in the given
extrusion direction, for the Cylinder hybrid shape feature.
Dim CylinderLength1 As Length Set CylinderLength1 = Cylinder.Length1
| o Property Length2( | ) As |
CylinderLength2 the length of the Cylinder in the opposite direction
of the given extrusion direction, for the Cylinder hybrid shape feature.
Dim CylinderLength2 As Length Set CylinderLength2 = Cylinder.Length2
| o Property Orientation( | iOrientation) |
IsInverted the inversion status of extrusion direction
for the Cylinder hybrid shape feature.
Dim IsInverted As boolean Set IsInverted = Cylinder.Orientation
| o Property Radius( | ) As |
CylinderRadius the radius of the Cylinder,
for the Cylinder hybrid shape feature.
Dim CylinderRadius As Length Set CylinderRadius = Cylinder.Radius
| o Property SymmetricalExtension( | ) As |
IsSymmetrical the SymmetricalExtension status of Cylinder Lengths
for the Cylinder hybrid shape feature.
Dim IsSymmetrical As boolean Set IsSymmetrical = Cylinder.SymmetricalExtension
| o Sub InvertOrientation( | ) |
Cylinder hybrid shape feature.
Cylinder.InvertOrientation
Copyright © 2003, Dassault Systèmes. All rights reserved.