All Frameworks Object Hierarchy This Framework Previous Next Indexes
IUnknown
|
+---IDispatch
|
+---CATBaseUnknown
|
+---CATBaseDispatch
|
+---AnyObject
|
+---Shape
|
+---DressUpShape
|
+---Thread
| o Property Depth( | ) As double |
Set Depth = firstthread.Depth
| o Property Diameter( | ) As double |
Set ThreadDiameter = firstthread.Diameter
| o Property LateralFaceElement( | ) As CATIAReference |
| o Property LimitFaceElement( | ) As CATIAReference |
| o Property Pitch( | ) As double |
Set ThreadPitch = firstthread.ThreadPitch
| o Property Side( | ) As CatThreadSide |
Set ThreadSide = firstthreadoThreadSide
| o Property ThreadDescription( | ) As CATIAStrParam (Read Only) |
Set threadDescription = firstthread.ThreadDescription
| o Sub CreateStandardThreadDesignTable( | CatThreadStandard | iStandardType) |
firstthread.CreateStandardThreadDesignTable catMetricThinPitch
| o Sub CreateUserStandardDesignTable( | CATBSTR | iStandardName, |
| CATBSTR | iPath) |
firstThread.CreateUserStandardDesignTable "UserStandard",""
firstThread.CreateUserStandardDesignTable "","E:\user\standard\UserStandard.txt"
| o Sub ReverseDirection( | ) |
| o Sub SetExplicitPolarity( | CatThreadPolarity | iThreadPolarity) |
firstthread.SetExplicitPolarity catTap
Copyright © 2003, Dassault Systèmes. All rights reserved.