The OffsetAssembly type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| AddSubassembly(ObjectId) |
Adds a subassembly to the offset assembly.
| |
| AddSubassembly(ObjectId, Point) |
Adds a subassembly to the offset assembly and hooks to the specified point of a subassembly.
| |
| CopySubassembly(ObjectId) |
Copies a subassembly to the offset assembly.
| |
| CopySubassembly(ObjectId, Point) |
Copies a subassembly to the offset assembly and hooks to the specified point of a subassembly.
| |
| Dispose | Releases all resources used by the OffsetAssembly | |
| InsertSubassemblyAfter |
Inserts an unassigned subassembly after a subassembly in the offset assembly and hooks to the specified point.
| |
| InsertSubassemblyBefore |
Inserts an unassigned subassembly before a subassembly in the offset assembly.
| |
| MirrorSubassembly(ObjectId) |
Mirrors a subassembly to the offset assembly.
| |
| MirrorSubassembly(ObjectId, Point) |
Mirrors a subassembly to the offset assembly and hooks to the specified point of a subassembly.
| |
| ReplaceSubassembly |
Replaces a subassembly in the assembly with another unassigned subassembly.
|
Properties
| Name | Description | |
|---|---|---|
| AssemblyId |
Gets the ObjectId of main Assembly.
| |
| Groups |
Gets the collection of offset assembly group.
| |
| Name |
Gets or sets the name of OffsetAssembly.
| |
| Offset |
Gets or sets the offset from main Assembly.
|