Library | Package Java Toolkit

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.



Method Summary
Point3DGetAttachmentPoint ()
    Get method for attribute "AttachmentPoint"
    The attachment point, in screen coordinates.
voidSetAttachmentPoint (Point3D value)
    Set method for attribute "AttachmentPoint"
    The attachment point, in screen coordinates.

Methods Inherited from Interface com.ptc.pfc.pfcDetail.Attachment
GetType

Method Detail

GetAttachmentPoint/SetAttachmentPoint

Point3DGetAttachmentPoint ()
voidSetAttachmentPoint (Point3D value)


    The attachment point, in screen coordinates.
Manual References:
Drawings: Unsupported Attachment, Drawings: Unsupported Attachment, Drawings: Unsupported Attachment