User's Guide > Drawings > Detail Attachments > Parametric Attachment
Parametric Attachment
The ATTACH_PARAMETRIC detail attachment type is represented by the pfcParametricAttachment. It is a child of the pfcAttachment class.
Method and Property Introduced:
The property pfcParametricAttachment.AttachedGeometry 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.Create() creates a data object, used for attaching a detail item to an item. The input parameter inAttachedGeometry specifies the selection representing the item to attach to. This should include the drawing model view. The attachment will occur at the selected parameters
Was this helpful?