All Frameworks Object Hierarchy This Framework Previous Next Indexes
IUnknown | +---IDispatch | +---CATBaseUnknown | +---CATBaseDispatch | +---AnyObject | +---HybridShape | +---HybridShapeUnfold
Use the CATIAHybridShapeFactory to create a HybridShapeUnfold object.
o Property DirectionToUnfold( | ) As CATIAReference |
o Property EdgeToTearPositioningOrientation( | ) As long |
o Property OriginToUnfold( | ) As CATIAReference |
o Property SurfaceToUnfold( | ) As CATIAReference |
o Property SurfaceType( | ) As long |
o Property TargetOrientationMode( | ) As long |
o Property TargetPlane( | ) As CATIAReference |
o Sub AddEdgeToTear( | CATIAReference | iElement) |
iElement
feature object to the
HybridShapeUnfold
object.
HybridShapeUnfold.AddEdgeToTear iElement
o Func GetEdgeToTear( | long | iRank) As CATIAReference |
oElement
feature object of the
HybridShapeUnfold
object at the position iRank
.
Dim oElement As Reference Set oElement = HybridShapeUnfold.GetEdgeToTear (iRank).
o Sub RemoveEdgeToTear( | long | iRank) |
HybridShapeUnfold
object at the position iRank
.
HybridShapeUnfold.RemoveEdgeToTear iRank.
Copyright © 2003, Dassault Systèmes. All rights reserved.