API Documentation > Interface Classes > Class pfcFreeAttachment
Class pfcFreeAttachment

# include <pfcDetail.h>

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

Description
This interface represents a detail item attachment at free point, possibly relative to a model view.
See Also:
Method Summary
Create (pfcPoint3D_ptr inAttachmentPoint)
Creates a data object used for representing a free attachment. A free attachment is relative to a fixed location, or relative to a fixed location with respect to a drawing view.
void
The attachment point, in screen coordinates.
void
The drawing model view (the attachment point will move relative to this view). If null, the attachment will not be with respect to a view.
Methods Inherited from Class pfcAttachment::
Method Detail
GetAttachmentPoint
()
void
SetAttachmentPoint
(pfcPoint3D_ptr value)
The attachment point, in screen coordinates.
Manual References:
GetView
()
void
SetView
The drawing model view (the attachment point will move relative to this view). If null, the attachment will not be with respect to a view.
Manual References:
Create
(pfcPoint3D_ptr inAttachmentPoint)
Creates a data object used for representing a free attachment. A free attachment is relative to a fixed location, or relative to a fixed location with respect to a drawing view.
See Also:
Parameters:
inAttachmentPoint
The attachment point, in screen coordinates.
Returns:
Was this helpful?