User's Guide > Drawings > Detail Attachments > Parametric Attachment
Parametric Attachment
The pfcATTACH_PARAMETRIC detail attachment type is represented by the interface pfcParametricAttachment. It is a child of the pfcAttachment interface.
Methods Introduced:
The method pfcParametricAttachment::GetAttachedGeometry returns the pfcSelection object representing the item to which the detail attachment is attached. This includes the drawing view in which the attachment is made.
The method pfcParametricAttachment::SetAttachedGeometry assigns the pfcSelection object representing the item to which the detail attachment is attached. This object must include the target drawing view. The attachment will occur at the selected parameters.
Was this helpful?