API Documentation > Interfaces > Interface UnsupportedAttachment
Interface UnsupportedAttachment

package com.ptc.pfc.pfcDetail;

public interface
UnsupportedAttachment
extends
com.ptc.pfc.pfcDetail.Attachment


Description
This interface represents a detail item attachment on an item that cannot be represented in PFC at the current time.
This attachment type cannot be created or parsed, but it may be encountered when traversing the contents of drawings created interactively.
User Guide References:
Methods Inherited from Interface com.ptc.pfc.pfcDetail.Attachment :
Method Summary
Get method for attribute "AttachmentPoint"
The attachment point, in screen coordinates.
void
Set method for attribute "AttachmentPoint"
The attachment point, in screen coordinates.
Method Detail
GetAttachmentPoint
GetAttachmentPoint
()
SetAttachmentPoint
void
SetAttachmentPoint
(Point3D value)
The attachment point, in screen coordinates.
User Guide References:
Was this helpful?