The OffsetAssembly type exposes the following members.

Methods

  NameDescription
Public methodAddSubassembly(ObjectId)
Adds a subassembly to the offset assembly.
Public methodAddSubassembly(ObjectId, Point)
Adds a subassembly to the offset assembly and hooks to the specified point of a subassembly.
Public methodCopySubassembly(ObjectId)
Copies a subassembly to the offset assembly.
Public methodCopySubassembly(ObjectId, Point)
Copies a subassembly to the offset assembly and hooks to the specified point of a subassembly.
Public methodDispose
Releases all resources used by the OffsetAssembly
Public methodInsertSubassemblyAfter
Inserts an unassigned subassembly after a subassembly in the offset assembly and hooks to the specified point.
Public methodInsertSubassemblyBefore
Inserts an unassigned subassembly before a subassembly in the offset assembly.
Public methodMirrorSubassembly(ObjectId)
Mirrors a subassembly to the offset assembly.
Public methodMirrorSubassembly(ObjectId, Point)
Mirrors a subassembly to the offset assembly and hooks to the specified point of a subassembly.
Public methodReplaceSubassembly
Replaces a subassembly in the assembly with another unassigned subassembly.

Properties

  NameDescription
Public propertyAssemblyId
Gets the ObjectId of main Assembly.
Public propertyGroups
Gets the collection of offset assembly group.
Public propertyName
Gets or sets the name of OffsetAssembly.
Public propertyOffset
Gets or sets the offset from main Assembly.

See Also