The Assembly type exposes the following members.

Methods

  NameDescription
Public methodAddSubassembly(ObjectId)
Adds a subassembly to the assembly.
Public methodAddSubassembly(ObjectId, Point)
Adds a subassembly to the assembly and hooks to the specified point of a subassembly.
Public methodCopySubassembly(ObjectId)
Copies a subassembly to the assembly.
Public methodCopySubassembly(ObjectId, Point)
Copies a subassembly to the assembly and hooks to the specified point of a subassembly.
Public methodGetOffsetBaselineNames
Returns all the names of the associated Baseline objects.
Public methodInsertSubassemblyAfter
Inserts an unassigned subassembly after a subassembly in the assembly and hooks to the specified point.
Public methodInsertSubassemblyBefore
Inserts an unassigned subassembly before a subassembly in the assembly.
Public methodMirrorSubassembly(ObjectId)
Mirrors a subassembly to the assembly.
Public methodMirrorSubassembly(ObjectId, Point)
Mirrors a subassembly to the assembly and hooks to the specified point of a subassembly.
Public methodReplaceSubassembly
Replaces a subassembly in the assembly with another unassigned subassembly.

See Also