Solid Edge Part Type Library
Add Method
Specifies the name of the file that contains the part to be copied.
Specifies a scale factor to be applied to the x dimension of the copied part.
Specifies a scale factor to be applied to the y dimension of the copied part.
Specifies a scale factor to be applied to the z dimension of the copied part.
Specifies a reference plane about which the part is to be mirrored.
If the part to be inserted has a family of parts defined, this argument specifies the individual member of the family of parts to be inserted.
Specifies a user-defined coordinate system to be used for positioning the copy.
Specifies the name of the file that contains the part to be copied.
Specifies whether construction solid bodies are included with the model.
Specifies whether construction surface bodies are included with the model.
Specifies whether construction curve bodies are included with the model.
Specifies the number of bodies included with the model.
Specifies the bodies included with the model.
Specifies whether the colors are copied with the model.
Description
Adds an occurrence of the referenced object.
Syntax
Visual Basic
Public Function Add( _
   ByVal FileName As String, _
   Optional ByVal XScale As Variant, _
   Optional ByVal YScale As Variant, _
   Optional ByVal ZScale As Variant, _
   Optional ByVal MirrorPlane As Variant, _
   Optional ByVal FamilyOfPartsMember As Variant, _
   Optional ByVal CoordinateSystem As Variant, _
   Optional ByVal IncludeDesignBody As Variant, _
   Optional ByVal IncludeConstructionSolidBodies As Variant, _
   Optional ByVal IncludeConstructionSurfaceBodies As Variant, _
   Optional ByVal IncludeConstructionCurveBodies As Variant, _
   Optional ByVal NumberOfIncludeBodies As Variant, _
   Optional ByVal IncludeBodies As Variant, _
   Optional ByVal CopyColors As Variant _
) As CopyConstruction
Parameters
FileName
Specifies the name of the file that contains the part to be copied.
XScale
Specifies a scale factor to be applied to the x dimension of the copied part.
YScale
Specifies a scale factor to be applied to the y dimension of the copied part.
ZScale
Specifies a scale factor to be applied to the z dimension of the copied part.
MirrorPlane
Specifies a reference plane about which the part is to be mirrored.
FamilyOfPartsMember
If the part to be inserted has a family of parts defined, this argument specifies the individual member of the family of parts to be inserted.
CoordinateSystem
Specifies a user-defined coordinate system to be used for positioning the copy.
IncludeDesignBody
Specifies the name of the file that contains the part to be copied.
IncludeConstructionSolidBodies
Specifies whether construction solid bodies are included with the model.
IncludeConstructionSurfaceBodies
Specifies whether construction surface bodies are included with the model.
IncludeConstructionCurveBodies
Specifies whether construction curve bodies are included with the model.
NumberOfIncludeBodies
Specifies the number of bodies included with the model.
IncludeBodies
Specifies the bodies included with the model.
CopyColors
Specifies whether the colors are copied with the model.
See Also

CopyConstructions Collection  | CopyConstructions Members