Library | File

Class pfcDetailLeaderAttachment

# include <pfcDetail.h>

class pfcDetailLeaderAttachment
 : public virtual xobject
{
    xdeclare(pfcDetailLeaderAttachment)
    ...
};
This is a COMPACT class.



Description

This interface represents methods for creating leader attachment data.
Manual References:
Annotations: Annotation Features and Annotations: Modifying 3D Note Attachments
Direct Known Subclasses:
pfcLeaderAttachment, pfcNormalLeaderAttachment, pfcTangentLeaderAttachment



Method Summary

pfcAttachment_ptrGetLeaderAttachment ()
Get leader attachment data.
pfcDetailLeaderAttachmentTypeGetType ()
Get type of leader used.
voidSetLeaderAttachment (pfcAttachment_ptr LeaderAttach)
Set leader attachment data using Free or Parametric Attachment.



Method Detail

pfcAttachment_ptrGetLeaderAttachment ()

Get leader attachment data.
Manual References:
Annotations: Annotation Features and Annotations: Modifying 3D Note Attachments, Annotations: Annotation Features and Annotations: Modifying 3D Note Attachments
Returns:
leader attachment data.



voidSetLeaderAttachment (pfcAttachment_ptr LeaderAttach)

Set leader attachment data using Free or Parametric Attachment.
See Also:
pfcFreeAttachment, pfcParametricAttachment
Manual References:
Annotations: Annotation Features and Annotations: Modifying 3D Note Attachments, Annotations: Annotation Features and Annotations: Modifying 3D Note Attachments
Parameters:
LeaderAttach
attachment data.
Returns:



pfcDetailLeaderAttachmentTypeGetType ()

Get type of leader used.
Manual References:
Annotations: Annotation Features and Annotations: Modifying 3D Note Attachments, Annotations: Annotation Features and Annotations: Modifying 3D Note Attachments
Returns:
leader type.