Library | Package Java Toolkit

Interface OffsetAttachment

package com.ptc.pfc.pfcDetail;

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



Description

This interface represents a detail item offset attachment that refers to a point or axis.
See Also:
DetailLeaders, BaseSession.Select(SelectionOptions, /*optional*/ Selections), pfcSelect.CreateComponentSelection(ComponentPath), pfcSelect.CreateModelItemSelection(ModelItem, /*optional*/ ComponentPath)



Method Summary
SelectionGetAttachedGeometry ()
    Get method for attribute "AttachedGeometry"
    Selection representing the item to attach to. This should include the drawing model view. The attachment will occur at the selected parameters
Point3DGetAttachmentPoint ()
    Get method for attribute "AttachmentPoint"
    The attachment point, in screen coordinates.
voidSetAttachedGeometry (Selection value)
    Set method for attribute "AttachedGeometry"
    Selection representing the item to attach to. This should include the drawing model view. The attachment will occur at the selected parameters
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

GetAttachedGeometry/SetAttachedGeometry

SelectionGetAttachedGeometry ()
voidSetAttachedGeometry (Selection 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: Offset Attachment, Drawings: Offset Attachment, Drawings: Offset Attachment, Drawings: Offset Attachment



GetAttachmentPoint/SetAttachmentPoint

Point3DGetAttachmentPoint ()
voidSetAttachmentPoint (Point3D value)


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