*AttachmentCandidate()

Tag any entity as a candidate to be used as an attachment when resolving an assembly interactively.

Syntax

*AttachmentCandidate(variable_Name,"attachment_name", entity_variable)

Arguments

variable_mame
The variable name of the attachment candidate.
Data type: varname
attachment_name
The label for the attachment candidate.
Data type: label
entity_variable
The variable name of the entity which is being tagged as an attachment candidate.
Data type: varname

Example

*BodyPair(b_tierod, "Tierod", p_tierod_cg)
*AttachmentCandidate(conn_sys_tierodbody, "AttachmentCandidate for Front Suspension Assembly", b_tierod)

Comments

This statement allows you to tag any entity as a candidate to be used as an attachment when resolving an assembly interactively. All entities of an applicable type that have been tagged as an attachment candidate will be presented to the user at the time when an assembly is resolved, so that the user can select one to use as the actual attachment.