Solid Edge Part Type Library
Add Method
The HoleData object containing the information that describes the treatment to be applied to the thread.
Specifies the number of cylinders to be used to construct the feature.
An array of cylinders; the number of items in the array corresponds to the NumberOfCylinders argument.
An array of faces that correspond to each of the arrays specified in the CylinderArray argument. Each array specifies the end of the cylinder at which the thread is to start.
Description
Adds an occurrence of the referenced object.
Syntax
Visual Basic
Public Function Add( _
   ByVal HoleData As Object, _
   ByVal NumberOfCylinders As Long, _
   ByVal CylinderArray As Variant, _
   ByVal CylinderEndArray As Variant, _
   Optional ByVal Reserved1 As Variant, _
   Optional ByVal Reserved2 As Variant _
) As Thread
Parameters
HoleData
The HoleData object containing the information that describes the treatment to be applied to the thread.
NumberOfCylinders
Specifies the number of cylinders to be used to construct the feature.
CylinderArray
An array of cylinders; the number of items in the array corresponds to the NumberOfCylinders argument.
CylinderEndArray
An array of faces that correspond to each of the arrays specified in the CylinderArray argument. Each array specifies the end of the cylinder at which the thread is to start.
Reserved1
Reserved2
See Also

Threads Collection  | Threads Members