Library | File

Class pfcParametricAttachment

# include <pfcDetail.h>

class pfcParametricAttachment
 : public virtual pfcAttachment
{
    xdeclare(pfcParametricAttachment)
    ...
};
This is a COMPACT class.



Description

This interface represents a detail item attachment on an entity or item.
See Also:
pfcDetailLeaders, pfcBaseSession::Select(pfcSelectionOptions_ptr, optional pfcSelections_ptr), pfcCreateComponentSelection(pfcComponentPath_ptr), pfcCreateModelItemSelection(pfcModelItem_ptr, optional pfcComponentPath_ptr)



Method Summary

static pfcParametricAttachment_ptrCreate (pfcSelection_ptr inAttachedGeometry)
Creates a data object, used for attaching a detail item to an item.
pfcSelection_ptrGetAttachedGeometry ()
voidSetAttachedGeometry (pfcSelection_ptr value)
Selection representing the item to attach to. This should include the drawing model view. The attachment will occur at the selected parameters


Methods Inherited from Class pfcAttachment:

GetType



Method Detail

pfcSelection_ptrGetAttachedGeometry ()
voidSetAttachedGeometry (pfcSelection_ptr value)

Selection representing the item to attach to. This should include the drawing model view. The attachment will occur at the selected parameters
Manual References:
Drawings: Parametric Attachment, Drawings: Parametric Attachment, Drawings: Parametric Attachment




static pfcParametricAttachment_ptrCreate (pfcSelection_ptr inAttachedGeometry)

Creates a data object, used for attaching a detail item to an item.
See Also:
pfcDetailLeaders, pfcBaseSession::Select(pfcSelectionOptions_ptr, optional pfcSelections_ptr), pfcCreateComponentSelection(pfcComponentPath_ptr), pfcCreateModelItemSelection(pfcModelItem_ptr, optional pfcComponentPath_ptr)
Parameters:
inAttachedGeometry
Selection representing the item to attach to. This should include the drawing model view. The attachment will occur at the selected parameters
Returns: